diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-08 08:54:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 08:54:50 +0200 |
commit | c528cdb0ba96927d94a4a3c8389dfbc0e825903a (patch) | |
tree | 6f3f4ceda3755e1a891a03f199cddc3cb63cb184 /recipes/e17/e-wm/fix-profiles.diff | |
parent | ae48ce485442fa2c1a7d0552bf6b4ea10fe692cf (diff) |
e-wm: fix profile selection in first-run wizard
Diffstat (limited to 'recipes/e17/e-wm/fix-profiles.diff')
-rw-r--r-- | recipes/e17/e-wm/fix-profiles.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/e17/e-wm/fix-profiles.diff b/recipes/e17/e-wm/fix-profiles.diff new file mode 100644 index 0000000000..d6de73457e --- /dev/null +++ b/recipes/e17/e-wm/fix-profiles.diff @@ -0,0 +1,10 @@ +===================================================================
+--- e/src/bin/e_config.c (revision 39880)
++++ e/src/bin/e_config.c (revision 39889)
+@@ -1134,5 +1134,5 @@
+ }
+ dir = e_prefix_data_get();
+- len = snprintf(buf, sizeof(buf), "%s/data/config", dir);
++ len = snprintf(buf, sizeof(buf), "%s/data/config/", dir);
+ if (len >= (int)sizeof(buf))
+ return NULL;
|