Merge lp:~tiagosh/unity-2d/fix-homelens-state into lp:unity-2d

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: MichaƂ Sawicz
Approved revision: 983
Merged at revision: 1005
Proposed branch: lp:~tiagosh/unity-2d/fix-homelens-state
Merge into: lp:unity-2d
Diff against target: 11 lines (+1/-0)
1 file modified
shell/dash/Dash.qml (+1/-0)
To merge this branch: bzr merge lp:~tiagosh/unity-2d/fix-homelens-state
Reviewer Review Type Date Requested Status
unity-2d-team Pending
Review via email: mp+97228@code.launchpad.net

Commit message

[dash] Home lens state not reset if dash closed & reopened

Description of the change

[dash] Home lens state not reset if dash closed & reopened

To post a comment you must log in.
Revision history for this message
Unity Merger (unity-merger) wrote :

No commit message specified.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'shell/dash/Dash.qml'
2--- shell/dash/Dash.qml 2012-03-14 14:29:05 +0000
3+++ shell/dash/Dash.qml 2012-03-19 17:19:22 +0000
4@@ -116,6 +116,7 @@
5 lenses.get(i).viewType = Lens.Hidden
6 }
7 shellManager.dashActiveLens = ""
8+ pageLoader.setSource("")
9 }
10
11 SpreadMonitor {

Subscribers

People subscribed via source and target branches