# HG changeset patch # User Daniel Atallah # Date 1166073262 0 # Node ID 348b7f3b2ecdc17ea7f13873410804ec30ee5011 # Parent d83f71ca0cd7829cf521fc35a59138b5c3d0370e [gaim-migrate @ 17995] Fix the 'Typing' and 'Connecting' icons to be the right size committer: Tailor Script diff -r d83f71ca0cd7 -r 348b7f3b2ecd gtk/gtkstatusbox.c --- a/gtk/gtkstatusbox.c Thu Dec 14 05:02:08 2006 +0000 +++ b/gtk/gtkstatusbox.c Thu Dec 14 05:14:22 2006 +0000 @@ -1086,7 +1086,7 @@ GtkIconSize icon_size; g_object_set(G_OBJECT(status_box->icon_rend), "xpad", 3, NULL); - icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS_SMALL_TWO_LINE); + icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS_SMALL); if (status_box->connecting_pixbufs[0] != NULL) gdk_pixbuf_unref(status_box->connecting_pixbufs[0]);