From: <dat...@us...> - 2006-12-14 05:14:23
|
Revision: 17995 http://svn.sourceforge.net/gaim/?rev=17995&view=rev Author: datallah Date: 2006-12-13 21:14:22 -0800 (Wed, 13 Dec 2006) Log Message: ----------- Fix the 'Typing' and 'Connecting' icons to be the right size Modified Paths: -------------- trunk/gtk/gtkstatusbox.c Modified: trunk/gtk/gtkstatusbox.c =================================================================== --- trunk/gtk/gtkstatusbox.c 2006-12-14 05:02:08 UTC (rev 17994) +++ trunk/gtk/gtkstatusbox.c 2006-12-14 05:14:22 UTC (rev 17995) @@ -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]); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |