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

Proposed by David Callé
Status: Merged
Approved by: David Callé
Approved revision: 104
Merged at revision: 104
Proposed branch: lp:~davidc3/unity-lens-photos/fix-home-ordering
Merge into: lp:unity-lens-photos
Diff against target: 12 lines (+1/-1)
1 file modified
src/shotwell_scope.py (+1/-1)
To merge this branch: bzr merge lp:~davidc3/unity-lens-photos/fix-home-ordering
Reviewer Review Type Date Requested Status
Unity Photos Lens Pending
Review via email: mp+129705@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.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/shotwell_scope.py'
2--- src/shotwell_scope.py 2012-09-28 09:01:03 +0000
3+++ src/shotwell_scope.py 2012-10-15 16:05:31 +0000
4@@ -50,7 +50,7 @@
5 self._scope.connect("notify::active", self.on_lens_active)
6 self._scope.props.sources.connect("notify::filtering", self.on_filtering_changed)
7 self._scope.connect('preview-uri', self.on_preview_uri)
8- self._scope.provides_personal_content=True
9+ self._scope.props.provides_personal_content=True
10 source_name = SOURCE
11 self.last_db_change = None
12 self._sources_options = []

Subscribers

People subscribed via source and target branches

to all changes: