changing efm path to its current path is now correctly handled

SVN revision: 76402
This commit is contained in:
Mike Blumenkrantz 2012-09-10 12:51:05 +00:00
parent 90b9efbf77
commit f260b18c27
1 changed files with 1 additions and 0 deletions

View File

@ -1032,6 +1032,7 @@ e_fm2_path_set(Evas_Object *obj, const char *dev, const char *path)
e_dialog_show(dialog);
return;
}
if (sd->realpath == real_path) return;
if (sd->realpath) _e_fm2_client_monitor_del(sd->id, sd->realpath);
sd->listing = EINA_FALSE;