From c528cdb0ba96927d94a4a3c8389dfbc0e825903a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 8 Apr 2009 08:54:50 +0200 Subject: e-wm: fix profile selection in first-run wizard --- recipes/e17/e-wm/fix-profiles.diff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/e17/e-wm/fix-profiles.diff (limited to 'recipes/e17/e-wm') 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; -- cgit 1.2.3-korg