# HG changeset patch # User Sean Egan # Date 1173130795 0 # Node ID 037c51958cc6089c60183bd0a689c66387ef50e1 # Parent 79144a15ea786227f07be9fc70b5c7c689868168 spurious printf diff -r 79144a15ea78 -r 037c51958cc6 pidgin/gtkdocklet-x11.c --- 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