Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollbar.c ewl_scrollpane.c Log Message: - these are all stable =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollbar.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ewl_scrollbar.c 29 Mar 2007 19:25:09 -0000 1.18 +++ ewl_scrollbar.c 29 Mar 2007 19:49:17 -0000 1.19 @@ -408,12 +408,7 @@ v = ewl_range_value_get(EWL_RANGE(s->seeker)); - /* - if (EWL_BOX(s)->orientation == EWL_ORIENTATION_VERTICAL) - v = 1.0 - v; - */ - - DRETURN_FLOAT(v, DLEVEL_UNSTABLE); + DRETURN_FLOAT(v, DLEVEL_STABLE); } /** =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_scrollpane.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- ewl_scrollpane.c 29 Mar 2007 19:25:09 -0000 1.23 +++ ewl_scrollpane.c 29 Mar 2007 19:49:17 -0000 1.24 @@ -16,18 +16,18 @@ { Ewl_Scrollpane *s; - DENTER_FUNCTION(DLEVEL_UNSTABLE); + DENTER_FUNCTION(DLEVEL_STABLE); s = NEW(Ewl_Scrollpane, 1); if (!s) - DRETURN_PTR(NULL, DLEVEL_UNSTABLE); + DRETURN_PTR(NULL, DLEVEL_STABLE); if (!ewl_scrollpane_init(s)) { ewl_widget_destroy(EWL_WIDGET(s)); s = NULL; } - DRETURN_PTR(EWL_WIDGET(s), DLEVEL_UNSTABLE); + DRETURN_PTR(EWL_WIDGET(s), DLEVEL_STABLE); } /** @@ -42,7 +42,7 @@ { Ewl_Widget *w; - DENTER_FUNCTION(DLEVEL_UNSTABLE); + DENTER_FUNCTION(DLEVEL_STABLE); DCHECK_PARAM_PTR_RET("s", s, FALSE); w = EWL_WIDGET(s); ------------------------------------------------------------------------- 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