Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_media.c 


Log Message:
ewl_button_stock_type_set/get() -> ewl_stock_type_set/get()

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/media/ewl_media.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_media.c 17 Oct 2006 04:59:57 -0000      1.1
+++ ewl_media.c 30 Nov 2006 19:56:41 -0000      1.2
@@ -291,7 +291,7 @@
 
                for(i = 0; controls[i].name != EWL_STOCK_NONE; i++) {
                        o = ewl_button_new();
-                       ewl_button_stock_type_set(EWL_BUTTON(o), 
controls[i].name);
+                       ewl_stock_type_set(EWL_STOCK(o), controls[i].name);
                        ewl_container_child_append(EWL_CONTAINER(b), o);
                        ewl_callback_append(o, EWL_CALLBACK_CLICKED, 
                                        controls[i].func, NULL);



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