Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_gadcon_config.c Log Message: Use ilist freeze/thaw for "Shelf" list dialog. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_int_gadcon_config.c 11 Nov 2006 02:22:33 -0000 1.32 +++ e_int_gadcon_config.c 27 Nov 2006 15:52:45 -0000 1.33 @@ -267,10 +267,12 @@ oi = cfdata->o_avail; evas = evas_object_evas_get(oi); + + evas_event_freeze(evas); + edje_freeze(); + e_widget_ilist_freeze(oi); e_widget_ilist_clear(oi); - e_widget_ilist_go(oi); - for (l = e_gadcon_provider_list(); l; l = l->next) { E_Gadcon_Client_Class *cc; @@ -286,6 +288,9 @@ e_widget_ilist_append(oi, icon, label, _cb_select_client, cfdata, cc->name); } e_widget_ilist_go(oi); + e_widget_ilist_thaw(oi); + edje_thaw(); + evas_event_thaw(evas); } static void @@ -302,9 +307,11 @@ oi = cfdata->o_instances; evas = evas_object_evas_get(oi); - e_widget_ilist_clear(oi); - e_widget_ilist_go(oi); + evas_event_freeze(evas); + edje_freeze(); + e_widget_ilist_freeze(oi); + e_widget_ilist_clear(oi); for (l = cfdata->cf_gc->clients; l; l = l->next) { E_Config_Gadcon_Client *cf_gcc; @@ -330,5 +337,8 @@ } } } - e_widget_ilist_go(oi); + e_widget_ilist_go(oi); + e_widget_ilist_thaw(oi); + edje_thaw(); + evas_event_thaw(evas); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs