diff options
| author | Ox Cart | 2015-02-12 22:33:44 -0600 |
|---|---|---|
| committer | Ox Cart | 2015-02-12 22:33:44 -0600 |
| commit | 4af4f1e9a36ceb6eee9a1bf6212f6be2a8354480 (patch) | |
| tree | e3c64fb613d2b09717978a30cfecf6a21afe4258 | |
| parent | 50a69aa51c7f6c91143895777c5797859e5f58fa (diff) | |
| download | systray-4af4f1e9a36ceb6eee9a1bf6212f6be2a8354480.tar.bz2 | |
Linux fixes
| -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 { |
