Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_notebook.c 


Log Message:
use ewl_checkbutton_checked_set() instead of ewl_radiobutton_checked_set()
NOTE:
ewl_radiobutton_checked_set() and ewl_radiobutton_is_checked() are going to be 
removed soon.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/notebook/ewl_notebook.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_notebook.c      23 Aug 2007 05:26:46 -0000      1.7
+++ ewl_notebook.c      14 Nov 2007 21:15:01 -0000      1.8
@@ -248,7 +248,7 @@
                                                        EWL_RADIOBUTTON(o2));
 
                if (!strcmp(alignment[i], "center"))
-                       ewl_radiobutton_checked_set(EWL_RADIOBUTTON(o), TRUE);
+                       ewl_checkbutton_checked_set(EWL_CHECKBUTTON(o), TRUE);
 
                ewl_widget_show(o);
 
@@ -275,7 +275,7 @@
                                                        EWL_RADIOBUTTON(o2));
 
                if (!strcmp(alignment[i], "top"))
-                       ewl_radiobutton_checked_set(EWL_RADIOBUTTON(o), TRUE);
+                       ewl_checkbutton_checked_set(EWL_CHECKBUTTON(o), TRUE);
 
                ewl_widget_show(o);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to