billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=432587bc79704e360aa95d9f42bd2fe7c45334d1

commit 432587bc79704e360aa95d9f42bd2fe7c45334d1
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Nov 6 21:43:46 2013 +0100

    fix typo. CID 1126105, 1126106
---
 src/bin/termio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index eca40bc..6dfaf74 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -3167,7 +3167,7 @@ _smart_cb_mouse_up(void *data, Evas *e EINA_UNUSED, 
Evas_Object *obj EINA_UNUSED
         sd->cur.makesel = 0;
 
         if ((sd->cur.sel1.x == sd->cur.sel2.x) &&
-            (sd->cur.sel2.y == sd->cur.sel2.y))
+            (sd->cur.sel1.y == sd->cur.sel2.y))
           {
              _sel_set(data, EINA_FALSE);
              sd->didclick = EINA_FALSE;

-- 


Reply via email to