summaryrefslogtreecommitdiff
path: root/packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch')
-rw-r--r--packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch b/packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch
deleted file mode 100644
index 86809dfe98..0000000000
--- a/packages/obsolete/gaim/files/no-superimposed-version-on-logo.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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));
- }