autodetect_browser_mailer() is already called in gajim.py [on init]
This commit is contained in:
parent
bf6c018c75
commit
702eb60e46
|
@ -433,8 +433,7 @@ class PreferencesWindow:
|
||||||
self.xml.get_widget('custom_apps_frame').set_no_show_all(True)
|
self.xml.get_widget('custom_apps_frame').set_no_show_all(True)
|
||||||
if gajim.config.get('autodetect_browser_mailer'):
|
if gajim.config.get('autodetect_browser_mailer'):
|
||||||
self.applications_combobox.set_active(0)
|
self.applications_combobox.set_active(0)
|
||||||
gtkgui_helpers.autodetect_browser_mailer()
|
# else autodetect_browser_mailer is False.
|
||||||
# autodetect_browser_mailer is now False.
|
|
||||||
# so user has 'Always Use GNOME/KDE' or Custom
|
# so user has 'Always Use GNOME/KDE' or Custom
|
||||||
elif gajim.config.get('openwith') == 'gnome-open':
|
elif gajim.config.get('openwith') == 'gnome-open':
|
||||||
self.applications_combobox.set_active(1)
|
self.applications_combobox.set_active(1)
|
||||||
|
|
Loading…
Reference in New Issue