Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: ewl_list_viewer.c Log Message: * Misc updates =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/ewl_list_viewer.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_list_viewer.c 2 Jan 2006 09:05:42 -0000 1.6 +++ ewl_list_viewer.c 2 Jan 2006 22:01:59 -0000 1.7 @@ -205,6 +205,7 @@ Ecore_List* list; entropy_generic_file* obj; gui_file* freeobj; + entropy_icon_viewer* view = comp->data; /*Temporarily stop callbacks, we don't want to clobber an in-op process*/ entropy_notify_lock_loop(comp->core->notify); @@ -217,7 +218,9 @@ freeobj = ecore_hash_get( gui_hash, obj); if (freeobj) { - /*Associate this icon with this file in the core, so DND works*/ + ewl_tree_row_destroy(EWL_TREE(view->list), EWL_ROW(freeobj->icon)); + + /*De-Associate this icon with this file in the core, so DND works*/ entropy_core_object_file_disassociate(freeobj->icon); gui_file_destroy(freeobj); @@ -723,7 +726,6 @@ gui_object_destroy_and_free(comp, tmp_gui_hash); ecore_hash_destroy(tmp_icon_hash); - ewl_container_reset(EWL_CONTAINER(view->list)); } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs