Mercurial > pidgin.yaz
changeset 15206:348b7f3b2ecd
[gaim-migrate @ 17995]
Fix the 'Typing' and 'Connecting' icons to be the right size
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 14 Dec 2006 05:14:22 +0000 |
parents | d83f71ca0cd7 |
children | 1df707ddf056 |
files | gtk/gtkstatusbox.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]);