Re-enable plugin-tray context menu, submenus don't work yet
This commit is contained in:
parent
4e488d04c8
commit
0f26470169
|
@ -563,10 +563,8 @@ tray_init (void)
|
|||
if (!sticon)
|
||||
return;
|
||||
|
||||
#ifndef WIN32
|
||||
g_signal_connect (G_OBJECT (sticon), "popup-menu",
|
||||
G_CALLBACK (tray_menu_cb), sticon);
|
||||
#endif
|
||||
|
||||
g_signal_connect (G_OBJECT (sticon), "activate",
|
||||
G_CALLBACK (tray_menu_restore_cb), NULL);
|
||||
|
|
Loading…
Reference in New Issue