[Xfce4-commits] <xfce4-indicator-plugin:andrzejr/tmp> Removed chatty debug messages

Andrzej noreply at xfce.org
Wed Mar 21 08:06:02 CET 2012


Updating branch refs/heads/andrzejr/tmp
         to 4433eaf8b8482602e1ffbff6a55c783c5ce039be (commit)
       from 47662af0e551e67be8d9f148aaf783826aa5d860 (commit)

commit 4433eaf8b8482602e1ffbff6a55c783c5ce039be
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Wed Mar 21 14:56:06 2012 +0900

    Removed chatty debug messages

 panel-plugin/indicator-box.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/indicator-box.c b/panel-plugin/indicator-box.c
index e8ccb8a..2d64269 100644
--- a/panel-plugin/indicator-box.c
+++ b/panel-plugin/indicator-box.c
@@ -316,7 +316,7 @@ xfce_indicator_box_size_request (GtkWidget      *widget,
       requisition->width = panel_size;
       requisition->height = x;
     }
-  g_debug ("indicator-box size request: w=%d h=%d", requisition->width, requisition->height);
+  /* g_debug ("indicator-box size request: w=%d h=%d", requisition->width, requisition->height); */
 }
 
 
@@ -384,8 +384,8 @@ xfce_indicator_box_size_allocate (GtkWidget     *widget,
           child_alloc.height = length;
         }
 
-      g_debug ("indicator-box size allocate: x=%d y=%d w=%d h=%d",
-               child_alloc.x, child_alloc.y, child_alloc.width, child_alloc.height);
+      /* g_debug ("indicator-box size allocate: x=%d y=%d w=%d h=%d", */
+      /*          child_alloc.x, child_alloc.y, child_alloc.width, child_alloc.height); */
 
       gtk_widget_size_allocate (child, &child_alloc);
 


More information about the Xfce4-commits mailing list