[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821

pfritz pfritz at alioth.debian.org
Sat Jun 7 18:34:02 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 44df0f4431533921c62c2591446261525df40f60
Author: pfritz <pfritz>
Date:   Fri Apr 18 15:44:48 2008 +0000

    that should probably be a DRETURN

diff --git a/src/lib/ewl_border.c b/src/lib/ewl_border.c
index cbd8403..2bbcad5 100644
--- a/src/lib/ewl_border.c
+++ b/src/lib/ewl_border.c
@@ -119,9 +119,8 @@ ewl_border_label_position_set(Ewl_Border *b, Ewl_Position pos)
 	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) {

-- 
Enlightenment DR17 toolkit based (based on the EFL)



More information about the Pkg-e-commits mailing list