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

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 103
Merged at revision: 103
Proposed branch: lp:~stolowski/unity-lens-music/personal-content-flag
Merge into: lp:unity-lens-music
Diff against target: 35 lines (+3/-0)
3 files modified
src/banshee-scope.vala (+1/-0)
src/musicstore-scope.vala (+1/-0)
src/rhythmbox-scope.vala (+1/-0)
To merge this branch: bzr merge lp:~stolowski/unity-lens-music/personal-content-flag
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+124233@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/banshee-scope.vala'
2--- src/banshee-scope.vala 2012-07-17 15:03:35 +0000
3+++ src/banshee-scope.vala 2012-09-13 15:41:54 +0000
4@@ -31,6 +31,7 @@
5
6 scope = new Unity.Scope ("/com/canonical/unity/scope/banshee");
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 scope.sources.add_option ("banshee", _("Banshee"), null);
12
13=== modified file 'src/musicstore-scope.vala'
14--- src/musicstore-scope.vala 2012-09-11 12:50:34 +0000
15+++ src/musicstore-scope.vala 2012-09-13 15:41:54 +0000
16@@ -33,6 +33,7 @@
17
18 scope = new Unity.Scope ("/com/canonical/unity/scope/musicstore");
19 scope.search_in_global = false;
20+ scope.provides_personal_content = false;
21 scope.activate_uri.connect (activate);
22 scope.preview_uri.connect (preview);
23
24
25=== modified file 'src/rhythmbox-scope.vala'
26--- src/rhythmbox-scope.vala 2012-08-27 08:46:44 +0000
27+++ src/rhythmbox-scope.vala 2012-09-13 15:41:54 +0000
28@@ -35,6 +35,7 @@
29
30 scope = new Unity.Scope ("/com/canonical/unity/scope/rhythmbox");
31 scope.search_in_global = true;
32+ scope.provides_personal_content = true;
33 scope.activate_uri.connect (activate);
34 scope.preview_uri.connect (preview);
35 scope.sources.add_option ("rhythmbox", _("Rhythmbox"), null);

Subscribers

People subscribed via source and target branches

to all changes: