summaryrefslogtreecommitdiff
path: root/packages/gaim/files/05-statusbox-icon-size.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-30 14:40:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-30 14:40:49 +0000
commiteee22b96a937c195c3c9203de50d4f7f917184a7 (patch)
treedba36cc80d39b19973567a57c76b883371b12016 /packages/gaim/files/05-statusbox-icon-size.patch
parentd80eceba4710efe2b33f542c34a435786a157ca0 (diff)
gaim: update packages/gaim as per bug #273
Diffstat (limited to 'packages/gaim/files/05-statusbox-icon-size.patch')
-rw-r--r--packages/gaim/files/05-statusbox-icon-size.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gaim/files/05-statusbox-icon-size.patch b/packages/gaim/files/05-statusbox-icon-size.patch
new file mode 100644
index 0000000000..88379da435
--- /dev/null
+++ b/packages/gaim/files/05-statusbox-icon-size.patch
@@ -0,0 +1,15 @@
+Identiske underkataloger: src2/CVS og src/CVS
+Identiske underkataloger: src2/.deps og src/.deps
+Index: gaim/src/gtkstatusbox.c
+===================================================================
+--- gaim.orig/src/gtkstatusbox.c 2005-04-24 21:52:29.000000000 +0200
++++ gaim/src/gtkstatusbox.c 2005-08-19 21:22:49.719366944 +0200
+@@ -169,7 +169,7 @@
+ GtkCellRenderer *icon_rend = gtk_cell_renderer_pixbuf_new();
+ GtkTextBuffer *buffer;
+ GdkPixbuf *pixbuf, *pixbuf2, *pixbuf3, *pixbuf4;
+- GtkIconSize icon_size = gtk_icon_size_from_name(GAIM_ICON_SIZE_STATUS);
++ GtkIconSize icon_size = GTK_ICON_SIZE_SMALL_TOOLBAR;
+
+ status_box->imhtml_visible = FALSE;
+ status_box->error_pixbuf = gtk_widget_render_icon (GTK_WIDGET(status_box), GAIM_STOCK_STATUS_OFFLINE,