osx: Properly use app menu

Mentioned in #994
This commit is contained in:
TingPing
2014-05-27 02:58:44 -04:00
parent cd1b9f42be
commit f43b7524e0
4 changed files with 25 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ typedef struct session_gui
GtkWidget *shbox, *shentry; /* search bar hbox */
gulong search_changed_signal; /* hook for search change event so blanking the box doesn't suck */
#define MENU_ID_NUM 13
#define MENU_ID_NUM 14
GtkWidget *menu_item[MENU_ID_NUM+1]; /* some items we may change state of */
void *chanview; /* chanview.h */