From 31e54bc2ed260761956fce7a05db603b6fb6355c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 2 Apr 2006 16:11:21 +0000 Subject: remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message. --- src/gajim_themes_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gajim_themes_window.py') diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py index b526039f7..09498b17b 100644 --- a/src/gajim_themes_window.py +++ b/src/gajim_themes_window.py @@ -164,7 +164,7 @@ class GajimThemesWindow: if self.current_theme == gajim.config.get('roster_theme'): dialogs.ErrorDialog( _('You cannot delete your current theme'), - _('Please first choose another for your current theme.')).get_response() + _('Please first choose another for your current theme.')) return self.theme_options_vbox.set_sensitive(False) gajim.config.del_per('themes', self.current_theme) -- cgit v1.2.3