billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=878f4561601f33f6049104061e75d86e2d0800ff

commit 878f4561601f33f6049104061e75d86e2d0800ff
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Jan 23 03:44:07 2014 +0100

    fix copy/paste error: CID 1163307
---
 src/bin/termptyesc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index a80e162..7e9a979 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -1056,7 +1056,7 @@ _handle_esc_xterm(Termpty *ty, const Eina_Unicode *c, 
Eina_Unicode *ce)
           {
              ty->prop.icon = NULL;
           }
-        if (ty->cb.set_icon.func) ty->cb.set_title.func(ty->cb.set_icon.data);
+        if (ty->cb.set_icon.func) ty->cb.set_icon.func(ty->cb.set_icon.data);
         break;
       case '2':
         // XXX: title - callback

-- 


Reply via email to