add a missing comment

This commit is contained in:
Nikos Kouremenos 2005-09-04 12:29:48 +00:00
parent c0be3df59f
commit 8459e3995f
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ class PreferencesWindow:
st = gajim.config.get('usetabbedchat')
self.xml.get_widget('use_tabbed_chat_window_checkbutton').set_active(st)
# tabs position
st = gajim.config.get('tabs_position')
sel = 0
if st == 'bottom':