when we create a new profile, interface.roster is not available yet when we start AccountCreationWizard

This commit is contained in:
Yann Leboulanger 2006-07-19 12:56:07 +00:00
parent 43bacb684f
commit 9af7317fc6
1 changed files with 0 additions and 1 deletions

View File

@ -2543,7 +2543,6 @@ class AccountCreationWizardWindow:
def __init__(self):
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)
# Connect events from comboboxentry.child
server_comboboxentry = self.xml.get_widget('server_comboboxentry')