From 38d5253b2e851cb175a9d5169497ad154d8f3113 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 27 Jul 2005 12:22:17 +0000 Subject: [PATCH] combobox index for 'Custom' is 3 --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 966c461a1..a188027f1 100644 --- a/src/config.py +++ b/src/config.py @@ -786,7 +786,7 @@ class PreferencesWindow: def on_links_open_with_combobox_changed(self, widget): gajim.config.set('autodetect_browser_mailer', False) - if widget.get_active() == 2: + if widget.get_active() == 3: self.xml.get_widget('custom_apps_frame').set_sensitive(True) gajim.config.set('openwith', 'custom') else: