summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/obconf/files/obconf-2.0.3_p20110314-config-path.patch')
-rw-r--r--x11-misc/obconf/files/obconf-2.0.3_p20110314-config-path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-misc/obconf/files/obconf-2.0.3_p20110314-config-path.patch b/x11-misc/obconf/files/obconf-2.0.3_p20110314-config-path.patch
deleted file mode 100644
index cc98160..0000000
--- a/x11-misc/obconf/files/obconf-2.0.3_p20110314-config-path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: work/src/tree.c
-===================================================================
---- work.orig/src/tree.c
-+++ work/src/tree.c
-@@ -91,7 +91,8 @@ void tree_apply()
- gboolean err;
-
- if (obc_config_file)
-- p = g_strdup(obc_config_file);
-+ p = g_build_filename(obt_paths_config_home(paths), "openbox",
-+ obc_config_file, NULL);
- else
- p = g_build_filename(obt_paths_config_home(paths), "openbox",
- "rc.xml", NULL);