]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gaim/files/05-statusbox-icon-size.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gaim / files / 05-statusbox-icon-size.patch
1 --- gaim.ori/src/gtkstatusbox.c 2005-09-04 20:42:29.000000000 +0200
2 +++ gaim/src/gtkstatusbox.c     2005-09-05 08:44:13.000000000 +0200
3 @@ -173,7 +173,7 @@
4  
5         text_rend = gtk_cell_renderer_text_new();
6         icon_rend = gtk_cell_renderer_pixbuf_new();
7 -       icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS);
8 +       icon_size = GTK_ICON_SIZE_SMALL_TOOLBAR;
9  
10         status_box->imhtml_visible = FALSE;
11         status_box->error_pixbuf = gtk_widget_render_icon (GTK_WIDGET(status_box), GAIM_STOCK_STATUS_OFFLINE,