From e1cb38d8e3bcf7f1e4bc1c8e229357735ba9f42f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 11 Aug 2005 11:41:50 +0000 Subject: [PATCH] in windows hide apps_frame from prefs window --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index 11cc36309..9f0c3c6ef 100644 --- a/src/config.py +++ b/src/config.py @@ -380,6 +380,7 @@ class PreferencesWindow: if os.name == 'nt': self.applications_frame = self.xml.get_widget('applications_frame') self.applications_frame.set_no_show_all(True) + self.applications_frame.hide() else: self.applications_combobox = self.xml.get_widget('applications_combobox') if gajim.config.get('autodetect_browser_mailer'):