set AccountCreationWizardWindow transient for RosterWindow. Fixes #5444
This commit is contained in:
parent
5ce4d52dc3
commit
bbf12be6f2
|
@ -3146,6 +3146,7 @@ class AccountCreationWizardWindow:
|
|||
self.xml = gtkgui_helpers.get_glade(
|
||||
'account_creation_wizard_window.glade')
|
||||
self.window = self.xml.get_widget('account_creation_wizard_window')
|
||||
self.window.set_transient_for(gajim.interface.roster.window)
|
||||
|
||||
completion = gtk.EntryCompletion()
|
||||
# Connect events from comboboxentry.child
|
||||
|
|
Loading…
Reference in New Issue