Merge lp:~davidc3/unity-lens-video/fix-home-ordering into lp:unity-lens-video

Proposed by David Callé
Status: Merged
Approved by: David Callé
Approved revision: 99
Merged at revision: 101
Proposed branch: lp:~davidc3/unity-lens-video/fix-home-ordering
Merge into: lp:unity-lens-video
Diff against target: 11 lines (+1/-0)
1 file modified
src/unity-lens-video (+1/-0)
To merge this branch: bzr merge lp:~davidc3/unity-lens-video/fix-home-ordering
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
Review via email: mp+129704@code.launchpad.net

Commit message

Fix home dash results not respecting the personal_content hint

Description of the change

This change correctly set the provides_personal_content hint.

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) :
review: Approve
Revision history for this message
John Lenton (chipaca) wrote :

thank you :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-lens-video'
2--- src/unity-lens-video 2012-10-10 09:37:00 +0000
3+++ src/unity-lens-video 2012-10-15 16:05:30 +0000
4@@ -111,6 +111,7 @@
5 self._scope = Unity.Scope.new("/net/launchpad/lens/video/main")
6 self._scope.search_in_global = True
7 self._scope.props.sources.add_option('local', LOCAL_VIDEOS, None)
8+ self._scope.props.provides_personal_content=True
9 self._scope.connect("search-changed", self.on_search_changed)
10 self._scope.connect("filters-changed",self.on_filtering_changed)
11 self._scope.props.sources.connect("notify::filtering",

Subscribers

People subscribed via source and target branches