[trunk]
- Typo [pyopenssl] - Better exception handling - Prevent 100% cpu usage when ssl handshake is slow
This commit is contained in:
parent
35a7f7bc32
commit
b191b3f472
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue