changeset 87a64faecb33 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=87a64faecb33
description: remove call to non-existing function

diffstat:

 src/groupchat_control.py |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 2f5b986270d0 -r 87a64faecb33 src/groupchat_control.py
--- a/src/groupchat_control.py  Fri May 20 17:07:52 2011 +0200
+++ b/src/groupchat_control.py  Fri May 20 22:49:45 2011 +0200
@@ -1650,8 +1650,6 @@
 
         label = self.get_seclabel()
         if message != '' or message != '\n':
-            self.save_sent_message(message)
-
             # Send the message
             gajim.connections[self.account].send_gc_message(self.room_jid,
                     message, xhtml=xhtml, label=label)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to