From 4602641ac0f799e8676618f25426b1bea6f75407 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 22 Jan 2014 22:53:48 +0100 Subject: [PATCH] fix typo: CID 1100646 --- 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 ec5a33cb..84e6dca9 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -1041,7 +1041,7 @@ _handle_esc_xterm(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce) ty->prop.icon = NULL; } if (ty->cb.set_title.func) ty->cb.set_title.func(ty->cb.set_title.data); - 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 '1': // XXX: icon name - callback