Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_menu.c 


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

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/menu/ewl_menu.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_menu.c  26 Oct 2006 16:11:55 -0000      1.2
+++ ewl_menu.c  30 Nov 2006 19:56:41 -0000      1.3
@@ -53,7 +53,7 @@
        ewl_widget_show(item);
 
        item = ewl_menu_item_new();
-       ewl_button_stock_type_set(EWL_BUTTON(item), EWL_STOCK_OK);
+       ewl_stock_type_set(EWL_STOCK(item), EWL_STOCK_OK);
        ewl_container_child_append(EWL_CONTAINER(menu1), item);
        ewl_callback_append(item, EWL_CALLBACK_CLICKED, cb_menu_clicked, NULL);
        ewl_widget_show(item);



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