in windows hide apps_frame from prefs window

This commit is contained in:
Nikos Kouremenos 2005-08-11 11:41:50 +00:00
parent f427206139
commit e1cb38d8e3
1 changed files with 1 additions and 0 deletions

View File

@ -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'):