- Typo
[pyopenssl]
- Better exception handling
- Prevent 100% cpu usage when ssl handshake is slow
This commit is contained in:
junglecow 2006-11-28 01:02:31 +00:00
parent 35a7f7bc32
commit b191b3f472
1 changed files with 1 additions and 1 deletions

View File

@ -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))