mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
|
--- capplets/wm-properties/wm-list.c.orig Tue Mar 2 22:53:29 1999
|
||
|
+++ capplets/wm-properties/wm-list.c Tue Mar 2 22:53:52 1999
|
||
|
@@ -210,7 +210,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);
|
||
|
|