E: Show correct path in error message.
authorSebastian Dransfeld <sd@tango.flipp.net>
Mon, 15 Aug 2011 08:23:33 +0000 (08:23 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Mon, 15 Aug 2011 08:23:33 +0000 (08:23 +0000)
SVN revision: 62477

src/bin/e_exec.c

index 424a44f..9e4b9f5 100644 (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();