From b191b3f4726a095d68ee61b48c6554b560c3164f Mon Sep 17 00:00:00 2001 From: junglecow Date: Tue, 28 Nov 2006 01:02:31 +0000 Subject: [PATCH] [trunk] - Typo [pyopenssl] - Better exception handling - Prevent 100% cpu usage when ssl handshake is slow --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 86d189d40..b95547d51 100644 --- a/src/config.py +++ b/src/config.py @@ -244,7 +244,7 @@ class PreferencesWindow: st = helpers.from_one_line(st) self.xml.get_widget('after_nickname_textview').get_buffer().set_text(st) - # Color for incomming messages + # Color for incoming messages colSt = gajim.config.get('inmsgcolor') self.xml.get_widget('incoming_msg_colorbutton').set_color( gtk.gdk.color_parse(colSt))