Merge lp:~sam-sgrs/ubuntu-system-settings-online-accounts/ubuntu-system-settings-online-accounts_1553771 into lp:ubuntu-system-settings-online-accounts

Proposed by Sam Segers
Status: Needs review
Proposed branch: lp:~sam-sgrs/ubuntu-system-settings-online-accounts/ubuntu-system-settings-online-accounts_1553771
Merge into: lp:ubuntu-system-settings-online-accounts
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/module/OAuth.qml (+1/-1)
To merge this branch: bzr merge lp:~sam-sgrs/ubuntu-system-settings-online-accounts/ubuntu-system-settings-online-accounts_1553771
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Needs Fixing
Review via email: mp+288223@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Sorry Sam, for some reason I completely missed this merge request.

Looks good, just please remove the space before the ")", to be consistent with the rest of the code.

review: Needs Fixing

Unmerged revisions

332. By Sam Segers

Add error message to the output of onAuthenticationError

331. By Launchpad Translations on behalf of online-accounts

Launchpad automatic translations update.

330. By Launchpad Translations on behalf of online-accounts

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/module/OAuth.qml'
2--- plugins/module/OAuth.qml 2015-11-02 07:28:44 +0000
3+++ plugins/module/OAuth.qml 2016-03-06 18:27:04 +0000
4@@ -228,7 +228,7 @@
5 onAuthenticated: completeCreation(reply)
6
7 onAuthenticationError: {
8- console.log("Authentication error, code " + error.code)
9+ console.log("Authentication error, code " + error.code + ", message:" + error.message )
10 if (error.code == AccountService.NetworkError) {
11 console.log("Network error")
12 errorItem.visible = true

Subscribers

People subscribed via source and target branches