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:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "gnbind.h"
|
||||
#include "gnmain.h"
|
||||
#include "gnmenu.h"
|
||||
#include "gnaskstr.h"
|
||||
#include "gnyesno.h"
|
||||
|
||||
@@ -1098,7 +1099,7 @@ int get_ext_cmd(void)
|
||||
*/
|
||||
int gnome_get_ext_cmd()
|
||||
{
|
||||
return -1;
|
||||
return ghack_menu_ext_cmd();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user