From 588a0d728472f1ca408f0d5fc8179cd823d6b537 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 20 Oct 2010 07:59:34 +0200 Subject: [PATCH] fix typo in remote_control.py. Fixes #5987 --- src/remote_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote_control.py b/src/remote_control.py index 934044162..fb7efd40a 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -173,7 +173,7 @@ class Remote: def on_gc_message_received(self, obj): self.raise_signal('GCMessage', (obj.conn.name, [obj.fjid, obj.msgtxt, obj.timestamp, obj.has_timestamp, obj.xhtml_msgtxt, obj.status_code, - obj.displaymarking, obj.captcha_form, obj.needs_highlight]) + obj.displaymarking, obj.captcha_form, obj.needs_highlight])) def raise_signal(self, signal, arg): if self.signal_object: