Merge lp:~mhr3/unity-lens-music/fix-1210357 into lp:unity-lens-music

Proposed by Michal Hruby
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 147
Merged at revision: 147
Proposed branch: lp:~mhr3/unity-lens-music/fix-1210357
Merge into: lp:unity-lens-music
Diff against target: 25 lines (+2/-2)
2 files modified
configure.ac (+1/-1)
src/simple-scope.vala (+1/-1)
To merge this branch: bzr merge lp:~mhr3/unity-lens-music/fix-1210357
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Łukasz Zemczak Approve
Review via email: mp+190093@code.launchpad.net

Commit message

Fix FTBFS

Description of the change

Fix FTBFS.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

+1 on my machine

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2013-05-29 15:04:08 +0000
3+++ configure.ac 2013-10-09 11:32:36 +0000
4@@ -78,7 +78,7 @@
5 libnotify
6 libsoup-2.4
7 oauth
8- unity >= 7.0.0
9+ unity >= 7.1.0
10 unity-extras >= 7.0.0
11 tdb >= 1.2.6)
12
13
14=== modified file 'src/simple-scope.vala'
15--- src/simple-scope.vala 2013-05-29 15:04:08 +0000
16+++ src/simple-scope.vala 2013-10-09 11:32:36 +0000
17@@ -131,7 +131,7 @@
18
19 cat = new Unity.Category ("more", _("More suggestions"),
20 new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")),
21- Unity.CategoryRenderer.FLOW);
22+ Unity.CategoryRenderer.CAROUSEL);
23 categories.add (cat);
24
25 cat = new Unity.Category ("radio", _("Radio"),

Subscribers

People subscribed via source and target branches

to all changes: