[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gschem's new pretty menus
It was this bit from Jared, probably...
index 0f2dfb4..1829af6 100644
@@ -302,8 +302,7 @@ hid_actionv (const char *name, int argc, char **argv)
a = hid_find_action (name, &context);
if (!a)
return 1;
- if (a->need_coord_msg)
- gui->get_coords (a->need_coord_msg, &x, &y);
+ gui->get_coords (a->need_coord_msg, &x, &y);
/* save old action context and set it to the context associated with the action */
old_context = hid_action_context;
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user