[Xfce4-commits] r23145 - xfce4-panel/trunk/plugins/windowlist
Jasper Huijsmans
jasper at xfce.org
Wed Sep 13 18:32:35 UTC 2006
Author: jasper
Date: 2006-09-13 18:32:35 +0000 (Wed, 13 Sep 2006)
New Revision: 23145
Modified:
xfce4-panel/trunk/plugins/windowlist/windowlist.c
Log:
Fix problem with right-click menu on windowlist. Patch by Nick (bug #2305).
Modified: xfce4-panel/trunk/plugins/windowlist/windowlist.c
===================================================================
--- xfce4-panel/trunk/plugins/windowlist/windowlist.c 2006-09-13 18:12:13 UTC (rev 23144)
+++ xfce4-panel/trunk/plugins/windowlist/windowlist.c 2006-09-13 18:32:35 UTC (rev 23145)
@@ -205,6 +205,9 @@
else if (ev->button == 3) /* Show the popup menu */
{
popup_action_menu (mi, window);
+
+ /* the right-click menu will pop down the main menu */
+ return TRUE;
}
return FALSE;
More information about the Xfce4-commits
mailing list