Make profiles working again. Thanks to Sachiel for the fix :)
authorDaniel Kolesa <quaker66@gmail.com>
Tue, 7 Apr 2009 18:29:13 +0000 (18:29 +0000)
committerDaniel Kolesa <quaker66@gmail.com>
Tue, 7 Apr 2009 18:29:13 +0000 (18:29 +0000)
SVN revision: 39889

src/bin/e_config.c

index 9d9c790971a42bd562d1b6a121ee8dd5f991eb27..0b4bca6bebebf54744e836a60fd3d99568d4201b 100644 (file)
@@ -1133,7 +1133,7 @@ e_config_profile_list(void)
          }
      }
    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;