]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- change path to wm-properties files from $(datadir)/gnome/wm-properties to
authorkloczek <kloczek@pld-linux.org>
Fri, 27 Apr 2001 11:15:19 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  $(datadir)/wm-properties.

Changed files:
    control-center-wm-properties_path.patch -> 1.1

control-center-wm-properties_path.patch [new file with mode: 0644]

diff --git a/control-center-wm-properties_path.patch b/control-center-wm-properties_path.patch
new file mode 100644 (file)
index 0000000..1eaba98
--- /dev/null
@@ -0,0 +1,11 @@
+--- control-center-1.4.0.1/capplets/wm-properties/wm-list.c~   Wed Aug  4 03:27:15 1999
++++ control-center-1.4.0.1/capplets/wm-properties/wm-list.c    Fri Apr 27 13:12:41 2001
+@@ -228,7 +228,7 @@
+         gchar *tempdir;
+         gchar *name;
+         
+-        tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
++        tempdir = gnome_unconditional_datadir_file ("wm-properties/");
+         wm_list_read_dir (tempdir, FALSE);
+         g_free (tempdir);
+         
This page took 0.06727 seconds and 4 git commands to generate.