From 878f4561601f33f6049104061e75d86e2d0800ff Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 23 Jan 2014 03:44:07 +0100 Subject: [PATCH] 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 a80e1623..7e9a979c 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