gtk/gtkstatusbox.c

changeset 15267
d64d9bf73cd4
parent 15224
41128f894bbe
child 15320
c4eea0409712
equal deleted inserted replaced
15266:a168574c18d2 15267:d64d9bf73cd4
1084 cache_pixbufs(GtkGaimStatusBox *status_box) 1084 cache_pixbufs(GtkGaimStatusBox *status_box)
1085 { 1085 {
1086 GtkIconSize icon_size; 1086 GtkIconSize icon_size;
1087 1087
1088 g_object_set(G_OBJECT(status_box->icon_rend), "xpad", 3, NULL); 1088 g_object_set(G_OBJECT(status_box->icon_rend), "xpad", 3, NULL);
1089 icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS_SMALL_TWO_LINE); 1089 icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS_SMALL);
1090 1090
1091 if (status_box->connecting_pixbufs[0] != NULL) 1091 if (status_box->connecting_pixbufs[0] != NULL)
1092 gdk_pixbuf_unref(status_box->connecting_pixbufs[0]); 1092 gdk_pixbuf_unref(status_box->connecting_pixbufs[0]);
1093 if (status_box->connecting_pixbufs[1] != NULL) 1093 if (status_box->connecting_pixbufs[1] != NULL)
1094 gdk_pixbuf_unref(status_box->connecting_pixbufs[1]); 1094 gdk_pixbuf_unref(status_box->connecting_pixbufs[1]);

mercurial