TODO-- We now clear the file entry when we enter a new directory in the fsel.

SVN revision: 25156
This commit is contained in:
titan 2006-08-27 06:28:22 +00:00 committed by titan
parent d18b845d5e
commit 6633d4fe18
2 changed files with 1 additions and 1 deletions

1
TODO
View File

@ -31,7 +31,6 @@ Some of the things (in very short form) that need to be done to E17...
ESSENTIAL FEATURES
-------------------------------------------------------------------------------
* fsel needs to clear the entry when entering a new dir
* fm2 .desktop parser needs to handle i18n
* fm2 needs a mime filter
* fm2 needs to have a mime & filetype -> icon mapping

View File

@ -174,6 +174,7 @@ _e_wid_fsel_files_changed(void *data, Evas_Object *obj, void *event_info)
e_widget_scrollframe_child_pos_set(wd->o_files_frame, 0, 0);
E_FREE(wd->path);
if (wd->chg_func) wd->chg_func(wd->chg_data, wd->obj);
e_widget_entry_text_set(wd->o_entry, " ");
}
static void