mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-23 22:10:18 +00:00
Re-enable plugin-tray context menu, submenus don't work yet
This commit is contained in:
@@ -563,10 +563,8 @@ tray_init (void)
|
|||||||
if (!sticon)
|
if (!sticon)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
g_signal_connect (G_OBJECT (sticon), "popup-menu",
|
g_signal_connect (G_OBJECT (sticon), "popup-menu",
|
||||||
G_CALLBACK (tray_menu_cb), sticon);
|
G_CALLBACK (tray_menu_cb), sticon);
|
||||||
#endif
|
|
||||||
|
|
||||||
g_signal_connect (G_OBJECT (sticon), "activate",
|
g_signal_connect (G_OBJECT (sticon), "activate",
|
||||||
G_CALLBACK (tray_menu_restore_cb), NULL);
|
G_CALLBACK (tray_menu_restore_cb), NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user