~ubuntu-branches/ubuntu/wily/ubuntu-system-settings-online-accounts/wily

« back to all changes in this revision

Viewing changes to system-settings-plugin/NoAccountsPage.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, CI bot, Alberto Mardegan
  • Date: 2014-09-17 09:05:56 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20140917090556-ti3eucl8vjcjllxq
Tags: 0.4+14.10.20140917-0ubuntu1
[ CI bot ]
* Resync trunk

[ Alberto Mardegan ]
* Don't go back to SystemSettings when creating the first account.
  Keep listening to account model changes. Set QML import path for
  click plugins. Enable automatic orientation .

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
            text: i18n.dtr(domain, "Add account:")
45
45
        }
46
46
 
47
 
        ProviderPluginList {
48
 
            onCreationFinished: {
49
 
                // pop the creation page; remain in this page
50
 
                pageStack.pop()
51
 
            }
52
 
        }
 
47
        ProviderPluginList {}
53
48
    }
54
49
}