Merge lp:~townsend/unity-lens-music/fix-icon-path.trusty.SRU into lp:unity-lens-music/saucy

Proposed by Christopher Townsend
Status: Superseded
Proposed branch: lp:~townsend/unity-lens-music/fix-icon-path.trusty.SRU
Merge into: lp:unity-lens-music/saucy
Diff against target: 38 lines (+8/-2)
3 files modified
debian/changelog (+6/-0)
m4/gcov.m4 (+1/-1)
src/rhythmbox-collection.vala (+1/-1)
To merge this branch: bzr merge lp:~townsend/unity-lens-music/fix-icon-path.trusty.SRU
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+265656@code.launchpad.net

This proposal has been superseded by a proposal from 2015-11-20.

Commit message

Rhythmbox: Use proper unity icons paths for preview image

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) :
review: Approve
151. By Christopher Townsend

Add changes per Trevinho.

Unmerged revisions

151. By Christopher Townsend

Add changes per Trevinho.

150. By Marco Trevisan (Treviño)

Rhythmbox: Use proper unity icons paths for preview image

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-10-11 06:16:25 +0000
+++ debian/changelog 2015-10-30 15:53:29 +0000
@@ -1,3 +1,9 @@
1unity-lens-music (6.9.0+13.10.20131011-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Rhythmbox: Use proper unity icons paths for preview image (LP: #1338820)
4
5 -- Marco Trevisan (Treviño) <marco@ubuntu.com> Fri, 30 Oct 2015 16:46:30 +0100
6
1unity-lens-music (6.9.0+13.10.20131011-0ubuntu1) saucy; urgency=low7unity-lens-music (6.9.0+13.10.20131011-0ubuntu1) saucy; urgency=low
28
3 [ Michal Hruby ]9 [ Michal Hruby ]
410
=== modified file 'm4/gcov.m4'
--- m4/gcov.m4 2013-02-15 13:06:28 +0000
+++ m4/gcov.m4 2015-10-30 15:53:29 +0000
@@ -30,7 +30,7 @@
30 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])30 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
31 fi31 fi
3232
33 lcov_version_list="1.6 1.7 1.8 1.9"33 lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
34 AC_CHECK_PROG(LCOV, lcov, lcov)34 AC_CHECK_PROG(LCOV, lcov, lcov)
35 AC_CHECK_PROG(GENHTML, genhtml, genhtml)35 AC_CHECK_PROG(GENHTML, genhtml, genhtml)
3636
3737
=== modified file 'src/rhythmbox-collection.vala'
--- src/rhythmbox-collection.vala 2013-05-29 15:04:08 +0000
+++ src/rhythmbox-collection.vala 2015-10-30 15:53:29 +0000
@@ -23,7 +23,7 @@
2323
24namespace Unity.MusicLens24namespace Unity.MusicLens
25{25{
26 const string UNITY_ICON_PATH = Config.PKGDATADIR + "/6";26 const string UNITY_ICON_PATH = Config.PKGDATADIR + "/icons";
27 const string ALBUM_MISSING_ICON_PATH = UNITY_ICON_PATH + "/album_missing.png";27 const string ALBUM_MISSING_ICON_PATH = UNITY_ICON_PATH + "/album_missing.png";
28 const string ALBUM_MISSING_PREVIEW_ICON_PATH = UNITY_ICON_PATH + "/album_missing_preview.png";28 const string ALBUM_MISSING_PREVIEW_ICON_PATH = UNITY_ICON_PATH + "/album_missing_preview.png";
2929

Subscribers

People subscribed via source and target branches