Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_border.c 


Log Message:
that should probably be a DRETURN

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_border.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_border.c        12 Nov 2007 22:42:21 -0000      1.19
+++ ewl_border.c        18 Apr 2008 15:44:48 -0000      1.20
@@ -119,9 +119,8 @@
        DCHECK_PARAM_PTR(b);
        DCHECK_TYPE(b, EWL_BORDER_TYPE);
 
-       if (b->label_position == pos) {
-               DLEAVE_FUNCTION(DLEVEL_STABLE);
-       }
+       if (b->label_position == pos) 
+               DRETURN(DLEVEL_STABLE);
 
        b->label_position = pos;
        switch (b->label_position) {



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to