Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-04-02 20:11:21 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-04-02 20:11:21 +0400
commit31e54bc2ed260761956fce7a05db603b6fb6355c (patch)
treea8d77cbf2417815e64144df8805b7efabbb84f1a /src/gajim_themes_window.py
parente63de7d933348f7657997d5011249ffe8d5fba21 (diff)
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.
Diffstat (limited to 'src/gajim_themes_window.py')
-rw-r--r--src/gajim_themes_window.py2
1 files changed, 1 insertions, 1 deletions
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)