Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/layer


Modified Files:
        ewl_layer_test.c 


Log Message:
split the Ewl_Flags into a object and a widget part, although it is an api 
break it shouldn't affect an app, but it is an ABI break. So please go and 
recompile the apps based on ewl, too.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/layer/ewl_layer_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_layer_test.c    7 May 2008 13:38:17 -0000       1.4
+++ ewl_layer_test.c    4 Jun 2008 20:18:26 -0000       1.5
@@ -102,7 +102,7 @@
         ewl_widget_layer_priority_set(w, 2);
         ewl_container_child_append(EWL_CONTAINER(c), w);
         ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
-        ewl_object_state_add(EWL_OBJECT(w), EWL_FLAG_STATE_DISABLED);
+        ewl_widget_disable(w);
         ewl_widget_show(w);
         dbutton[1] = w;
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to