FirstTimeWizard -> AccountCreationWizard
This commit is contained in:
parent
66a7f4b07c
commit
acd09eaba2
|
@ -2476,7 +2476,7 @@ _('Please be sure to fill out server and room fields or remove this bookmark.'))
|
|||
field.set_text('')
|
||||
self.autojoin_checkbutton.set_active(False)
|
||||
|
||||
class FirstTimeWizardWindow:
|
||||
class AccountCreationWizardWindow:
|
||||
def __init__(self):
|
||||
self.xml = gtk.glade.XML(GTKGUI_GLADE, 'wizard_window', APP)
|
||||
self.window = self.xml.get_widget('wizard_window')
|
||||
|
|
|
@ -2491,4 +2491,4 @@ _('If "%s" accepts this request you will know his status.') %jid)
|
|||
|
||||
if len(gajim.connections) == 0: # if we have no account
|
||||
gajim.interface.windows['wizard_window'] = \
|
||||
config.FirstTimeWizardWindow()
|
||||
config.AccountCreationWizardWindow()
|
||||
|
|
Loading…
Reference in New Issue