ensure directory still exists when setting parent on unmount

SVN revision: 74915
This commit is contained in:
Mike Blumenkrantz 2012-08-06 09:12:45 +00:00
parent 616c135026
commit 160c91873b
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ _e_fm2_cb_unmount_ok(void *data)
if (sd->mount)
{
sd->mount = NULL;
if (sd->config->view.open_dirs_in_place)
if (sd->config->view.open_dirs_in_place && sd->realpath)
_e_fm2_path_parent_set(data, sd->realpath);
else
evas_object_smart_callback_call(data, "dir_deleted", NULL);