Merge lp:~nick-dedekind/unity8/indicators.network.password into lp:unity8

Proposed by Nick Dedekind
Status: Merged
Approved by: Michał Sawicz
Approved revision: 207
Merged at revision: 207
Proposed branch: lp:~nick-dedekind/unity8/indicators.network.password
Merge into: lp:unity8
Diff against target: 20 lines (+2/-2)
1 file modified
Panel/Indicators/NetworkIndicatorPage.qml (+2/-2)
To merge this branch: bzr merge lp:~nick-dedekind/unity8/indicators.network.password
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michał Sawicz Approve
Review via email: mp+180530@code.launchpad.net

Commit message

Fixed network indicator password dialog not appearing.

Description of the change

Fixed network indicator password dialog not appearing.

To post a comment you must log in.
207. By Nick Dedekind

Fixed network indicator password dialog

Revision history for this message
Michał Sawicz (saviq) :
review: Approve
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-08-14 13:20:41 +0000
3+++ Panel/Indicators/NetworkIndicatorPage.qml 2013-08-16 10:47:49 +0000
4@@ -23,7 +23,7 @@
5 import Ubuntu.Components 0.1
6
7 PageStack {
8- id: network
9+ id: networkPage
10 // Stops the search for a parent tree node.
11 // We don't want it going up to the indicator tabs.
12 // FIXME: need a better way of doing this.
13@@ -60,7 +60,7 @@
14 id: networkAgent
15
16 onSecretRequested: {
17- _network.push(passwordPageComponent, {"token": token});
18+ networkPage.push(passwordPageComponent, {"token": token});
19 }
20 }
21

Subscribers

People subscribed via source and target branches