summaryrefslogtreecommitdiffstats
path: root/preferred-apps.patch
diff options
context:
space:
mode:
authorRay Strode <rstrode@fedoraproject.org>2007-09-10 17:29:28 +0000
committerRay Strode <rstrode@fedoraproject.org>2007-09-10 17:29:28 +0000
commit2881c7812848bc866ce29bca16737125d654874e (patch)
tree9fa31075a786087e14043666d68dba41d7b48bd4 /preferred-apps.patch
parentc8b465c93367e09a1740acdcbae4d3ea84f0c1d7 (diff)
downloadgnome-panel-2881c7812848bc866ce29bca16737125d654874e.tar.gz
gnome-panel-2881c7812848bc866ce29bca16737125d654874e.tar.xz
gnome-panel-2881c7812848bc866ce29bca16737125d654874e.zip
fix typo in previous patchgnome-panel-2_19_92-3_fc8
Diffstat (limited to 'preferred-apps.patch')
-rw-r--r--preferred-apps.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/preferred-apps.patch b/preferred-apps.patch
index 3752780..0664b59 100644
--- a/preferred-apps.patch
+++ b/preferred-apps.patch
@@ -190,7 +190,7 @@ diff -up gnome-panel-2.19.92/gnome-panel/launcher.c.preferred-apps gnome-panel-2
+ if (!g_file_test (filename, G_FILE_TEST_EXISTS)) {
+
+ if (!g_file_test (dirname, G_FILE_TEST_EXISTS))
-+ g_mkdir_with_parents (dirname);
++ g_mkdir_with_parents (dirname, 0755);
+
+ exec = gconf_client_get_string (client, keys[i], NULL);
+ update_preferred_app (filename, keys[i], exec);