changeset 5d471c770ec6 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=5d471c770ec6
description: typo

diffstat:

 src/common/connection.py |  2 +-
 src/remote_control.py    |  1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6a285fa16cda -r 5d471c770ec6 src/common/connection.py
--- a/src/common/connection.py  Fri Jul 19 13:52:37 2013 +0400
+++ b/src/common/connection.py  Fri Jul 19 14:36:46 2013 +0400
@@ -771,7 +771,7 @@
             self._nec_agent_info_received)
         gajim.ged.remove_event_handler('message-outgoing', ged.OUT_CORE,
             self._nec_message_outgoing)
-        gajim.ged.remove_event_handler('message-outgoing', ged.OUT_CORE,
+        gajim.ged.remove_event_handler('gc-message-outgoing', ged.OUT_CORE,
             self._nec_gc_message_outgoing)
 
     def get_config_values_or_default(self):
diff -r 6a285fa16cda -r 5d471c770ec6 src/remote_control.py
--- a/src/remote_control.py     Fri Jul 19 13:52:37 2013 +0400
+++ b/src/remote_control.py     Fri Jul 19 14:36:46 2013 +0400
@@ -479,7 +479,6 @@
         connected_account = self._get_account_for_groupchat(account, room_jid)
         if connected_account:
             connection = gajim.connections[connected_account]
-            connection.send_gc_message(room_jid, message)
             gajim.nec.push_outgoing_event(GcMessageOutgoingEvent(None,
                 account=connected_account, jid=room_jid, message=message))
             return DBUS_BOOLEAN(True)
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to