[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Drop debug messages

noreply at xfce.org noreply at xfce.org
Fri May 30 11:28:11 CEST 2014


This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit b6386631dbe5dc2b73b53b73ef072ad17e0d5aae
Author: Mike Massonnet <m8t at gandi.net>
Date:   Fri May 30 11:28:08 2014 +0200

    Drop debug messages
---
 panel-plugin/main-panel-plugin.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/panel-plugin/main-panel-plugin.c b/panel-plugin/main-panel-plugin.c
index 6e66414..86b67f9 100644
--- a/panel-plugin/main-panel-plugin.c
+++ b/panel-plugin/main-panel-plugin.c
@@ -177,7 +177,6 @@ my_plugin_position_menu (GtkMenu *menu,
       case XFCE_SCREEN_POSITION_SW_H:
       case XFCE_SCREEN_POSITION_S:
       case XFCE_SCREEN_POSITION_SE_H:
-        g_message ("horiz: %d + %d + %d > %d", *y, button_height, requisition.height, gdk_screen_height ());
         if (above)
           /* Show menu above */
           *y -= requisition.height;
@@ -192,7 +191,6 @@ my_plugin_position_menu (GtkMenu *menu,
         break;
 
       default:
-        g_message ("verti: %d + %d + %d > %d", *x, button_width, requisition.width, gdk_screen_width ());
         if (*x + button_width + requisition.width > gdk_screen_width ())
           /* Show menu on the right */
           *x -= requisition.width;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list