blob: 86809dfe9822ec16a7cfd42e5749b5aa9da59d69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Index: gaim/src/gtkstock.c
===================================================================
--- gaim.orig/src/gtkstock.c 2005-08-15 08:52:45.000000000 +0200
+++ gaim/src/gtkstock.c 2005-08-19 18:13:26.550881552 +0200
@@ -214,12 +214,12 @@
pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
g_free(filename);
- if (!strcmp(stock_icons[i].name, GAIM_STOCK_LOGO))
- gaim_gtk_stock_versionize(&pixbuf, win);
+ /*if (!strcmp(stock_icons[i].name, GAIM_STOCK_LOGO))
+ gaim_gtk_stock_versionize(&pixbuf, win);*/
iconset = gtk_icon_set_new_from_pixbuf(pixbuf);
g_object_unref(G_OBJECT(pixbuf));
}
|