fix udisks fwin refresh when drive is previously mounted

SVN revision: 72025
This commit is contained in:
Mike Blumenkrantz 2012-06-12 13:07:37 +00:00
parent 6eee223e86
commit e8157caac8
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path)
sd->mount = e_fm2_device_mount(v,
_e_fm2_cb_mount_ok, _e_fm2_cb_mount_fail,
_e_fm2_cb_unmount_ok, NULL, obj);
if (v->efm_mode == EFM_MODE_USING_UDISKS_MOUNT) return;
if ((v->efm_mode == EFM_MODE_USING_UDISKS_MOUNT) && (!sd->mount->mounted)) return;
}
}
else if (sd->config->view.open_dirs_in_place == 0)