debian bug #154629 - extended commands in gnome front end
Not all of the extended commands worked in the gnome interface because '#' just caused the next character to be treated as a meta character (this was a hack I added a while back when none of the extended commands worked). Resolved by finally adding an extended command menu to the gnome interface. - updated some formatting so I could read the code - fixed startup player selection menus so accelerators work - added necessary calls to make sure selected menu item is visible - also removed some dead code
This commit is contained in:
@@ -27,6 +27,6 @@ typedef struct _GHackMenuItem GHackMenuItem;
|
||||
|
||||
int ghack_menu_window_select_menu (GtkWidget *menuWin,
|
||||
MENU_ITEM_P **_selected, gint how);
|
||||
|
||||
int ghack_menu_ext_cmd(void);
|
||||
|
||||
#endif /* GnomeHackMenuWindow_h */
|
||||
|
||||
Reference in New Issue
Block a user