From 8459e3995f61817683f1f4cd7ff792163aba6e9b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 4 Sep 2005 12:29:48 +0000 Subject: [PATCH] add a missing comment --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index 1139efad2..5e5ed7327 100644 --- a/src/config.py +++ b/src/config.py @@ -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':