add a missing comment
This commit is contained in:
parent
c0be3df59f
commit
8459e3995f
|
@ -178,6 +178,7 @@ class PreferencesWindow:
|
||||||
st = gajim.config.get('usetabbedchat')
|
st = gajim.config.get('usetabbedchat')
|
||||||
self.xml.get_widget('use_tabbed_chat_window_checkbutton').set_active(st)
|
self.xml.get_widget('use_tabbed_chat_window_checkbutton').set_active(st)
|
||||||
|
|
||||||
|
# tabs position
|
||||||
st = gajim.config.get('tabs_position')
|
st = gajim.config.get('tabs_position')
|
||||||
sel = 0
|
sel = 0
|
||||||
if st == 'bottom':
|
if st == 'bottom':
|
||||||
|
|
Loading…
Reference in New Issue