Ok. This is a much better way to display the directory :)

SVN revision: 25165
This commit is contained in:
titan 2006-08-28 01:51:27 +00:00 committed by titan
parent 6b3107df6b
commit 47004dc9e5
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ _e_wid_fsel_files_selection_change(void *data, Evas_Object *obj, void *event_inf
stat(wd->path, &st);
if (!S_ISDIR(st.st_mode))
e_widget_entry_text_set(wd->o_entry, ici->file);
else
e_widget_entry_text_set(wd->o_entry, wd->path);
evas_list_free(selected);
if (wd->chg_func) wd->chg_func(wd->chg_data, wd->obj);
}