Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_fileselector.c Log Message: clear the lists (shorne's fix) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_fileselector.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_fileselector.c 22 Feb 2005 10:58:24 -0000 1.7 +++ ewl_fileselector.c 4 Mar 2005 06:59:11 -0000 1.8 @@ -544,7 +544,10 @@ Ecore_List *dirs, *files; char *path2; char *title; - + + /* FIXME: clearing the lists is maybe not sufficient/correct */ + ewl_tree_selected_clear(fs->list_dirs); + ewl_tree_selected_clear(fs->list_files); ewl_container_reset(EWL_CONTAINER(fs->list_dirs)); ewl_container_reset(EWL_CONTAINER(fs->list_files)); ewl_entry_text_set(EWL_ENTRY(fs->entry_file), ""); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs