~mzanetti/reminders-app/improve-edit-tags

« back to all changes in this revision

Viewing changes to src/app/qml/reminders.qml

  • Committer: Michael Zanetti
  • Date: 2015-06-12 09:48:22 UTC
  • mfrom: (449.1.3 trunk)
  • Revision ID: michael.zanetti@canonical.com-20150612094822-a743ndphskuvs4bu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
        onAuthenticated: {
384
384
            EvernoteConnection.token = reply.AccessToken;
385
385
            print("token is:", EvernoteConnection.token)
 
386
            print("NetworkingStatus.online:", NetworkingStatus.Online)
386
387
            if (NetworkingStatus.Online) {
387
388
                EvernoteConnection.connectToEvernote();
388
389
            }