discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7355f67c1f23d65f25793c33b4e20a4cb90ea210

commit 7355f67c1f23d65f25793c33b4e20a4cb90ea210
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Apr 23 09:27:31 2014 -0400

    revert edje ellipsis doc changes
    
    if we're reverting functional changes, then it's probably a good idea to 
revert the accompanying documentation
---
 src/bin/edje/edje_cc_handlers.c | 2 +-
 src/lib/edje/edje_text.c        | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 6fa803d..829c465 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -7566,7 +7566,7 @@ 
st_collections_group_parts_part_description_text_text_source(void)
     @effect
         Used to balance the text in a relative point from 0.0 to 1.0, this
         point is the last section of the string to be cut out in case of a
-        resize that is smaller than the text itself. The default value is -1.0.
+        resize that is smaller than the text itself. The default value is 0.0.
     @endproperty
 */
 static void
diff --git a/src/lib/edje/edje_text.c b/src/lib/edje/edje_text.c
index 0825c16..8e1697d 100644
--- a/src/lib/edje/edje_text.c
+++ b/src/lib/edje/edje_text.c
@@ -425,9 +425,6 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
     * the edje file minor version and then check it here to ignore "unset" 
ellipsis
     * values from old file versions.
     * the downside is that this will break old files which have text.min_x set 
to 0...maybe.
-    * it also breaks documentation since the default value for edje has 
"become" -1.0 in order
-    * to preserve the expected behavior of leaving it alone permanently except 
for the initial
-    * set to 0.0.
     *
     * -zmike
     * 22 April 2014

-- 


Reply via email to