billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3d137aa3e9ff65234908be8a99adfb72d0882d04
commit 3d137aa3e9ff65234908be8a99adfb72d0882d04 Author: Boris Faure <bill...@gmail.com> Date: Tue Mar 25 21:58:15 2014 +0100 fix wrong assignement --- 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 a6b14c6..c10a115 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -4393,7 +4393,7 @@ _smart_cb_drop(void *data, Evas_Object *o EINA_UNUSED, Elm_Selection_Data *ev) { if (p3 < p2) p2 = p3; } - else if (!p2) p3 = p2; + else if (!p2) p2 = p3; if (p2) { strncpy(tb, p, p2 - p); --