[Xfce4-commits] <xfce4-indicator-plugin:master> do I really need the popup thing?

Mark Trompell noreply at xfce.org
Thu Feb 17 08:30:18 CET 2011


Updating branch refs/heads/master
         to 3cd2b92498f279c22b4c49e3dbd4b81e5a0b7b8d (commit)
       from b65b79b3e362cc21129f5d9e057549e6eab6b7dd (commit)

commit 3cd2b92498f279c22b4c49e3dbd4b81e5a0b7b8d
Author: Mark Trompell <mark at foresightlinux.org>
Date:   Thu Jun 4 11:36:37 2009 +0200

    do I really need the popup thing?

 panel-plugin/indicator.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 99166dd..c61ff5b 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -283,8 +283,8 @@ on_menu_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin *indica
     TRACE ("enters on_button_press");
     if (indicator != NULL && event->button == 1) /* left click only */
     {
-        gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
-                        event->time);
+     /*   gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
+                        event->time);*/
         return TRUE;
     }
     TRACE ("leaves on_button_press");



More information about the Xfce4-commits mailing list