Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_simple_test.c 


Log Message:
add to ewl_widget_state_set() an argument showing if the state is persistent or 
transient

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_simple_test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_simple_test.c   8 Feb 2006 04:48:10 -0000       1.10
+++ ewl_simple_test.c   25 May 2006 18:27:18 -0000      1.11
@@ -189,7 +189,7 @@
                                void *user_data)
 {
        Ewl_Widget *logo = user_data;
-       ewl_widget_state_set(logo, "start_tour");
+       ewl_widget_state_set(logo, "start_tour", EWL_STATE_PERSISTENT);
 }
 
 static void




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to