Merge lp:~stolowski/unity-lens-files/personal-content-flag into lp:unity-lens-files

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 236
Merged at revision: 236
Proposed branch: lp:~stolowski/unity-lens-files/personal-content-flag
Merge into: lp:unity-lens-files
Diff against target: 10 lines (+1/-0)
1 file modified
src/daemon.vala (+1/-0)
To merge this branch: bzr merge lp:~stolowski/unity-lens-files/personal-content-flag
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+124234@code.launchpad.net

Commit message

Set provide_personal_content flag.

Description of the change

Set provide_personal_content flag.

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Was clearly missing... +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/daemon.vala'
2--- src/daemon.vala 2012-08-20 11:05:02 +0000
3+++ src/daemon.vala 2012-09-13 15:41:58 +0000
4@@ -63,6 +63,7 @@
5
6 scope = new Unity.Scope ("/com/canonical/unity/scope/files");
7 scope.search_in_global = true;
8+ scope.provides_personal_content = true;
9 scope.activate_uri.connect (activate);
10 scope.preview_uri.connect (preview);
11

Subscribers

People subscribed via source and target branches