[Xfce4-commits] <exo:stephan/icon-bar-improvements> remove debug message
Stephan Arts
noreply at xfce.org
Sun Jan 29 22:14:08 CET 2012
Updating branch refs/heads/stephan/icon-bar-improvements
to 8f8cef2d79162982568865358e5aad9a0f8b328c (commit)
from a88f774e37d4ce8c1e50fa01d0ed3da7b9963f1f (commit)
commit 8f8cef2d79162982568865358e5aad9a0f8b328c
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Jan 29 22:12:19 2012 +0100
remove debug message
exo/exo-icon-bar.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/exo/exo-icon-bar.c b/exo/exo-icon-bar.c
index a81ead3..33c12d0 100644
--- a/exo/exo-icon-bar.c
+++ b/exo/exo-icon-bar.c
@@ -684,7 +684,6 @@ exo_icon_bar_size_request (GtkWidget *widget,
{
item = lp->data;
exo_icon_bar_calculate_item_size (icon_bar, item);
- g_debug("%d:%d", item->width, item->height);
if (item->width > max_width)
max_width = item->width;
if (item->height > max_height)
More information about the Xfce4-commits
mailing list