changeset 80b914eb44d6 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=80b914eb44d6
description: fix typo

diffstat:

 src/gui_interface.py |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r e1c91c4656d1 -r 80b914eb44d6 src/gui_interface.py
--- a/src/gui_interface.py      Wed Dec 01 09:16:35 2010 +0100
+++ b/src/gui_interface.py      Wed Dec 01 09:23:32 2010 +0100
@@ -1210,7 +1210,7 @@
             del self.instances[account]['online_dialog']['ssl_error']
             obj.conn.disconnect(on_purpose=True)
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=obj.conn,
-                show='offline')
+                show='offline'))
 
         pritext = _('Error verifying SSL certificate')
         sectext = _('There was an error verifying the SSL certificate of your '
@@ -1244,7 +1244,7 @@
             del self.instances[account]['online_dialog']['fingerprint_error']
             obj.conn.disconnect(on_purpose=True)
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=obj.conn,
-                show='offline')
+                show='offline'))
 
         pritext = _('SSL certificate error')
         sectext = _('It seems the SSL certificate of account %(account)s has '
@@ -1280,7 +1280,7 @@
                 ['plain_connection']
             obj.conn.disconnect(on_purpose=True)
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=obj.conn,
-                show='offline')
+                show='offline'))
 
         pritext = _('Insecure connection')
         sectext = _('You are about to connect to the server with an insecure '
@@ -1320,7 +1320,7 @@
             del self.instances[obj.conn.name]['online_dialog']['insecure_ssl']
             obj.conn.disconnect(on_purpose=True)
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=obj.conn,
-                show='offline')
+                show='offline'))
 
         pritext = _('Insecure connection')
         sectext = _('You are about to send your password on an insecure '
@@ -1362,7 +1362,7 @@
                 ['insecure_password']
             obj.conn.disconnect(on_purpose=True)
             gajim.nec.push_incoming_event(OurShowEvent(None, conn=obj.conn,
-                show='offline')
+                show='offline'))
 
         pritext = _('Insecure connection')
         sectext = _('You are about to send your password unencrypted on an '
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to