Commit 6a91a9c9 authored by Dan Pascu's avatar Dan Pascu

Fixed opening the create account dialog on first run

parent 8a9c6754
......@@ -194,7 +194,7 @@ class Blink(QApplication):
settings = SIPSimpleSettings()
accounts = AccountManager().get_accounts()
if not accounts or (self.first_run and accounts==[BonjourAccount()]):
self.main_window.add_account_dialog.open_for_create()
self.main_window.preferences_window.show_create_account_dialog()
if settings.google_contacts.authorization_token is InvalidToken:
self.main_window.google_contacts_dialog.open_for_incorrect_password()
self.update_manager.initialize()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment