stupid parser...

This commit is contained in:
Jean-Marie Traissard 2007-12-27 19:04:09 +00:00
parent 314a52708e
commit 5ffa1590f9
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class PreferencesWindow:
self.applications_combobox.set_active(2)
elif gajim.config.get('openwith') == 'exo-open':
self.applications_combobox.set_active(3)
elif ((sys.platform == 'darwin') and\
elif ((sys.platform == 'darwin') and\
(gajim.config.get('openwith') == 'open')):
self.applications_combobox.set_active(1)
elif gajim.config.get('openwith') == 'custom':