changeset 15774:037c51958cc6

spurious printf
author Sean Egan <seanegan@gmail.com>
date Mon, 05 Mar 2007 21:39:55 +0000
parents 79144a15ea78
children f3ebd1c17c7b
files pidgin/gtkdocklet-x11.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdocklet-x11.c	Mon Mar 05 21:36:57 2007 +0000
+++ b/pidgin/gtkdocklet-x11.c	Mon Mar 05 21:39:55 2007 +0000
@@ -118,7 +118,6 @@
 	if(icon_name) {
 		int icon_size;
 		GtkAllocation alloc = GTK_WIDGET(docklet)->allocation;
-		printf("height: %d\n", alloc.height);
 		if (alloc.height < 22)
 			icon_size = gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL);
 		else