mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Updated the tray menu callback compilation guard so the GtkStatusIcon popup handler is built for non-AppIndicator backends, fixing the missing symbol during linking.
This commit is contained in:
@@ -1112,7 +1112,7 @@ tray_menu_show_cb (GtkWidget *menu, gpointer userdata)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !HAVE_GTK3 || defined(WIN32)
|
||||
#if !HAVE_APPINDICATOR_BACKEND
|
||||
static void
|
||||
tray_menu_cb (GtkWidget *widget, guint button, guint time, gpointer userdata)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user