discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d5ada5c1d5f7885bb660bdbcd0d53aa0e3eeeba5

commit d5ada5c1d5f7885bb660bdbcd0d53aa0e3eeeba5
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Oct 13 11:22:01 2016 -0400

    fix bryce check for shelf existence on orientation/anchor to break when 
expected
    
    restores missing anchor points when adding/moving bryces
---
 src/bin/e_bryce.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c
index c6e4930..b4bcaa2 100644
--- a/src/bin/e_bryce.c
+++ b/src/bin/e_bryce.c
@@ -1054,7 +1054,8 @@ e_bryce_exists(Evas_Object *parent, Evas_Object *bryce, 
E_Gadget_Site_Orient ori
   if ((orient == E_GADGET_SITE_ORIENT_##ORIENT) && \
     ((an == (E_GADGET_SITE_ANCHOR_##ANCHOR1)) || \
       ((an & E_GADGET_SITE_ANCHOR_##ANCHOR2) && (!es->cfg->fit_along)))) \
-        return EINA_TRUE
+        return EINA_TRUE; \
+  break
                 default: break;
                 case E_GADCON_ORIENT_LEFT:
                   ORIENT_CHECK(VERTICAL, LEFT, LEFT);

-- 


Reply via email to