Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c ewl_scrollpane.c 


Log Message:
Fix compiler warnings and send more signals to the combo.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- ewl_combo.c 20 Nov 2007 03:46:13 -0000      1.65
+++ ewl_combo.c 20 Jan 2008 16:15:31 -0000      1.66
@@ -256,6 +256,8 @@
 
        ewl_widget_state_set(combo->button, "expanded",
                                        EWL_STATE_PERSISTENT);
+       ewl_widget_state_set(EWL_WIDGET(combo), "expanded",
+                                       EWL_STATE_PERSISTENT);
 
        if (!ewl_mvc_dirty_get(EWL_MVC(combo)))
                DRETURN(DLEVEL_STABLE);
@@ -289,6 +291,8 @@
 
        combo = EWL_COMBO(data);
        ewl_widget_state_set(combo->button, "collapsed", EWL_STATE_PERSISTENT);
+       ewl_widget_state_set(EWL_WIDGET(combo), "collapsed",
+                                       EWL_STATE_PERSISTENT);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_scrollpane.c    20 Jan 2008 05:06:12 -0000      1.30
+++ ewl_scrollpane.c    20 Jan 2008 16:15:31 -0000      1.31
@@ -4,6 +4,7 @@
 #include "ewl_scrollpane.h"
 #include "ewl_box.h"
 #include "ewl_scrollbar.h"
+#include "ewl_range.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to