Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_color_classes.c 


Log Message:
Use ilist freeze/thaw on color class list.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_color_classes.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_int_config_color_classes.c        4 Nov 2006 12:41:24 -0000       1.24
+++ e_int_config_color_classes.c        27 Nov 2006 15:35:25 -0000      1.25
@@ -474,7 +474,10 @@
 {
    Evas_List *l;
    Evas_Coord w, h;
-   
+
+   evas_event_freeze(evas_object_evas_get(obj));
+   edje_freeze();
+   e_widget_ilist_freeze(obj);
    e_widget_ilist_clear(obj);
    for (l = cfdata->classes; l; l = l->next) 
      {
@@ -501,6 +504,9 @@
    e_widget_ilist_go(obj);
    e_widget_min_size_get(obj, &w, &h);
    e_widget_min_size_set(obj, w, 300);
+   e_widget_ilist_thaw(obj);
+   edje_thaw();
+   evas_event_thaw(evas_object_evas_get(obj));
 }
 
 static void 



-------------------------------------------------------------------------
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

Reply via email to