Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_notebook.c 


Log Message:
Trigger a value change when the visible notebook page changes to allow for
easily hooking into the change and updating children.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_notebook.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_notebook.c      19 Apr 2007 02:56:06 -0000      1.24
+++ ewl_notebook.c      27 Apr 2007 05:01:01 -0000      1.25
@@ -304,6 +304,8 @@
        t = ewl_attach_widget_association_get(n->cur_page);
        if (t) ewl_widget_state_set(t, "selected", EWL_STATE_PERSISTENT);
 
+       ewl_callback_call(EWL_WIDGET(n), EWL_CALLBACK_VALUE_CHANGED);
+
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to