e-wm: fix profile selection in first-run wizard
authorKoen Kooi <koen@openembedded.org>
Wed, 8 Apr 2009 06:54:50 +0000 (08:54 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 8 Apr 2009 06:54:50 +0000 (08:54 +0200)
recipes/e17/e-wm/fix-profiles.diff [new file with mode: 0644]
recipes/e17/e-wm_svn.bb

diff --git a/recipes/e17/e-wm/fix-profiles.diff b/recipes/e17/e-wm/fix-profiles.diff
new file mode 100644 (file)
index 0000000..d6de734
--- /dev/null
@@ -0,0 +1,10 @@
+===================================================================\r
+--- e/src/bin/e_config.c (revision 39880)\r
++++ e/src/bin/e_config.c (revision 39889)\r
+@@ -1134,5 +1134,5 @@\r
+      }\r
+    dir = e_prefix_data_get();\r
+-   len = snprintf(buf, sizeof(buf), "%s/data/config", dir);\r
++   len = snprintf(buf, sizeof(buf), "%s/data/config/", dir);\r
+    if (len >= (int)sizeof(buf))\r
+      return NULL;\r
index c9694fc..e61bce8 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.050+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 inherit e update-alternatives
 
@@ -69,6 +69,7 @@ SRC_URI = "\
   file://enlightenment_start.oe \
   file://applications.menu \
   file://gsm-segfault-fix.patch;patch=1;maxrev=37617 \
+  file://fix-profiles.diff;patch=1;maxrev=39889 \
 "
 
 SRC_URI_append_openmoko = " file://illume-disable-screensaver.patch;patch=1 "