E: Show correct path in error message.

SVN revision: 62477
This commit is contained in:
Sebastian Dransfeld 2011-08-15 08:23:33 +00:00
parent 93682ec523
commit 25c30ef7a7
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ _e_exec_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
_("Enlightenment was unable to change to directory:<br>"
"<br>"
"%s"),
buf);
desktop->path);
return NULL;
}
e_util_library_path_strip();