set AccountCreationWizardWindow transient for RosterWindow. Fixes #5444

This commit is contained in:
Yann Leboulanger 2009-11-24 20:07:05 +01:00
parent 5ce4d52dc3
commit bbf12be6f2
1 changed files with 1 additions and 0 deletions

View File

@ -3146,6 +3146,7 @@ class AccountCreationWizardWindow:
self.xml = gtkgui_helpers.get_glade( self.xml = gtkgui_helpers.get_glade(
'account_creation_wizard_window.glade') 'account_creation_wizard_window.glade')
self.window = self.xml.get_widget('account_creation_wizard_window') self.window = self.xml.get_widget('account_creation_wizard_window')
self.window.set_transient_for(gajim.interface.roster.window)
completion = gtk.EntryCompletion() completion = gtk.EntryCompletion()
# Connect events from comboboxentry.child # Connect events from comboboxentry.child