Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_misc.c 


Log Message:
Fill out the theme for more widget.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_misc.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_misc.c  25 Aug 2003 19:40:42 -0000      1.34
+++ ewl_misc.c  29 Aug 2003 20:08:54 -0000      1.35
@@ -123,10 +123,12 @@
         */
        ewd_list_goto_first(realize_list);
        while ((w = ewd_list_remove_first(realize_list))) {
+               edje_freeze();
                if (VISIBLE(w) && !REALIZED(w)) {
                        w->flags &= ~EWL_FLAGS_RSCHEDULED;
                        ewl_widget_realize(EWL_WIDGET(w));
                }
+               edje_thaw();
        }
 
        /*




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to