1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 17:22:18 -05:00

fix tray menu placement issues

notably top taskbar issues on windows
This commit is contained in:
TingPing 2013-02-06 12:58:14 -05:00
parent 1d563b2e14
commit 3f60c59908

View File

@ -642,7 +642,7 @@ tray_menu_cb (GtkWidget *widget, guint button, guint time, gpointer userdata)
tray_menu_timer = g_timeout_add(500, (GSourceFunc) tray_check_hide, menu);
#endif
gtk_menu_popup (GTK_MENU (menu), NULL, NULL, gtk_status_icon_position_menu,
gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL,
userdata, button, time);
}