Properly set away and fullscreen menu items

This commit is contained in:
TingPing
2013-10-23 09:11:30 -04:00
parent 30a47cf62e
commit e8d4f3f848
4 changed files with 38 additions and 10 deletions

View File

@@ -179,7 +179,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 12
#define MENU_ID_NUM 13
GtkWidget *menu_item[MENU_ID_NUM+1]; /* some items we may change state of */
void *chanview; /* chanview.h */