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:
authorDenis Fomin <fominde@gmail.com>2013-09-07 21:50:18 +0400
committerDenis Fomin <fominde@gmail.com>2013-09-07 21:50:18 +0400
commit37adfe9e2a7249d66045fb016cc5cdae078872a4 (patch)
treebbbabc9d2fa3af81918d15720a52f05d466962a6 /src/config.py
parentcf9125bc9871c7618065282160a0c1d715e79898 (diff)
[Darlan] Transient dialogs. See #7185
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 39453fcf6..c43f4555b 100644
--- a/src/config.py
+++ b/src/config.py
@@ -2167,7 +2167,8 @@ class AccountsWindow:
message = _('Enter a new name for account %s') % self.current_account
old_text = self.current_account
dialogs.InputDialog(title, message, old_text, is_modal=False,
- ok_handler=(on_renamed, self.current_account))
+ ok_handler=(on_renamed, self.current_account),
+ transient_for=self.window)
def option_changed(self, option, value):
return gajim.config.get_per('accounts', self.current_account, option) \