diff options
| -rw-r--r-- | systray_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systray_linux.c b/systray_linux.c index 25a40f5..834cf9b 100644 --- a/systray_linux.c +++ b/systray_linux.c @@ -13,7 +13,7 @@ static GArray *global_temp_icon_file_names = NULL; typedef struct { GtkWidget *menu_item; - char *menu_id; + int menu_id; } MenuItemNode; typedef struct { |
