summaryrefslogtreecommitdiff
path: root/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c')
-rw-r--r--misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c b/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c
deleted file mode 100644
index 5d6a4f5d75d6..000000000000
--- a/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/gtk-2/gtk-config-gui.c.orig Sun May 19 03:58:52 2002
-+++ plugins/gtk-2/gtk-config-gui.c Sun May 19 03:59:16 2002
-@@ -48,7 +48,7 @@
- GArray *files;
- gchar **ret;
- /* FIXME */
-- gchar *dirnames[] = { "/usr/share/themes", "/.themes", NULL};
-+ gchar *dirnames[] = { "%%X11BASE%%/share/themes", "/.themes", NULL};
- int i;
-
- dirnames[1] = g_strconcat (g_get_home_dir (), dirnames[1], NULL);