Make profiles working again. Thanks to Sachiel for the fix :)

SVN revision: 39889
This commit is contained in:
Daniel Kolesa 2009-04-07 18:29:13 +00:00
parent 405fb5f822
commit d2975ac947
1 changed files with 1 additions and 1 deletions

View 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;