Merge lp:~saviq/unity/drop-click-scope into lp:unity

Proposed by Michał Sawicz
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 4218
Proposed branch: lp:~saviq/unity/drop-click-scope
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
data/com.canonical.Unity.gschema.xml (+1/-1)
To merge this branch: bzr merge lp:~saviq/unity/drop-click-scope
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+315595@code.launchpad.net

Commit message

Drop click scope from the default list of favourites

Clicks are not supported any more, and the app drawer is doing what the scope was doing still now.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Ack

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/com.canonical.Unity.gschema.xml'
2--- data/com.canonical.Unity.gschema.xml 2016-08-31 15:22:57 +0000
3+++ data/com.canonical.Unity.gschema.xml 2017-01-25 16:44:14 +0000
4@@ -188,7 +188,7 @@
5 <description>The scopes listed in the scope bar will be ordered according to this list.</description>
6 </key>
7 <key type="as" name="favorite-scopes">
8- <default>[ 'scope://clickscope', 'scope://musicaggregator', 'scope://videoaggregator' ]</default>
9+ <default>[ 'scope://musicaggregator', 'scope://videoaggregator' ]</default>
10 <summary>List of scope queries specifying what should be displayed in the dash.</summary>
11 <description>List of favorite scopes displayed in the dash.</description>
12 </key>