fix old mount provider check from when eeze mounting didn't exist; this fixes fwin refresh when opening a previously mounted volume

SVN revision: 72001
This commit is contained in:
Mike Blumenkrantz 2012-06-12 09:19:04 +00:00
parent 40d622e574
commit d07a3ff63c
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_HAL_MOUNT) return;
if (v->efm_mode == EFM_MODE_USING_UDISKS_MOUNT) return;
}
}
else if (sd->config->view.open_dirs_in_place == 0)