Merge lp:~mikemc/ubuntuone-credentials/fix-handlError into lp:ubuntuone-credentials

Proposed by Mike McCracken
Status: Merged
Approved by: dobey
Approved revision: 49
Merged at revision: 46
Proposed branch: lp:~mikemc/ubuntuone-credentials/fix-handlError
Merge into: lp:ubuntuone-credentials
Diff against target: 11 lines (+1/-1)
1 file modified
libubuntuoneauth/keyring.cpp (+1/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-credentials/fix-handlError
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+181399@code.launchpad.net

Commit message

- Fix typo in signal connection for handleError

Description of the change

- Fix typo in signal connection for handleError

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libubuntuoneauth/keyring.cpp'
2--- libubuntuoneauth/keyring.cpp 2013-08-20 21:15:53 +0000
3+++ libubuntuoneauth/keyring.cpp 2013-08-21 20:12:07 +0000
4@@ -154,7 +154,7 @@
5 }
6
7 connect(identity, SIGNAL(error(const SignOn::Error&)),
8- this, SLOT(handlError(const SignOn::Error&)));
9+ this, SLOT(handleError(const SignOn::Error&)));
10 connect(identity, SIGNAL(credentialsStored(const quint32)),
11 this, SLOT(handleCredentialsStored(const quint32)));
12

Subscribers

People subscribed via source and target branches

to all changes: