diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c index b5472c17..dbc0653d 100644 --- a/src/fe-gtk/plugin-tray.c +++ b/src/fe-gtk/plugin-tray.c @@ -1134,6 +1134,7 @@ tray_menu_clear (GtkWidget *menu) g_list_free (children); tray_toggle_item = NULL; } +#endif static void tray_update_toggle_item_label (void) @@ -1163,8 +1164,6 @@ tray_menu_show_cb (GtkWidget *menu, gpointer userdata) } #endif -#endif - static gboolean tray_window_state_cb (GtkWidget *widget, GdkEventWindowState *event, gpointer userdata) {