Elementary: give argv[0] to eina_prefix_new

SVN revision: 64088
This commit is contained in:
Youness Alaoui 2011-10-15 09:30:46 +00:00
parent 8257f3261b
commit 7acf4fc06f
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ elm_quicklaunch_init(int argc,
if (argv) _elm_appname = strdup(ecore_file_file_get(argv[0]));
pfx = eina_prefix_new(NULL, elm_quicklaunch_init,
pfx = eina_prefix_new(argv[0], elm_quicklaunch_init,
"ELM", "elementary", "config/profile.cfg",
PACKAGE_LIB_DIR, /* don't have a bin dir currently */
PACKAGE_LIB_DIR,