Merge lp:~saviq/unity8/fix-network-page into lp:unity8

Proposed by Michał Sawicz
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 108
Merged at revision: 109
Proposed branch: lp:~saviq/unity8/fix-network-page
Merge into: lp:unity8
Diff against target: 19 lines (+1/-2)
1 file modified
Panel/Indicators/NetworkIndicatorPage.qml (+1/-2)
To merge this branch: bzr merge lp:~saviq/unity8/fix-network-page
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Nick Dedekind (community) Approve
Review via email: mp+174828@code.launchpad.net

Commit message

Fix the Network page to provide the correct token.

To post a comment you must log in.
Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

LGTM
confirmed fixes the regression.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Panel/Indicators/NetworkIndicatorPage.qml'
2--- Panel/Indicators/NetworkIndicatorPage.qml 2013-06-27 09:09:25 +0000
3+++ Panel/Indicators/NetworkIndicatorPage.qml 2013-07-15 17:33:27 +0000
4@@ -49,7 +49,6 @@
5
6 ICNetwork.PasswordPage {
7 agent: networkAgent
8- token: token
9 }
10 }
11
12@@ -57,7 +56,7 @@
13 id: networkAgent
14
15 onSecretRequested: {
16- _network.push(passwordPageComponent);
17+ _network.push(passwordPageComponent, {"token": token});
18 }
19 }
20

Subscribers

People subscribed via source and target branches