fix fsel path changing and entry setting

SVN revision: 80606
This commit is contained in:
Mike Blumenkrantz 2012-12-10 13:06:04 +00:00
parent d65ddc4d66
commit c30e42e9ec
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@ _e_wid_fsel_sel_chg(E_Widget_Data *wd, Evas_Object *fm)
struct stat st;
Eina_Bool preview;
if (wd->nochange && wd->path) return;
rp = e_widget_entry_text_get(wd->o_entry);
if (wd->nochange && rp && rp[0]) return;
preview = !!fm;
fm = fm ?: wd->o_files_fm;
wd->fprev = (fm != wd->o_files_fm);