Merge lp:~sil2100/unity-lens-video/path_change into lp:unity-lens-video

Proposed by Łukasz Zemczak
Status: Merged
Merged at revision: 84
Proposed branch: lp:~sil2100/unity-lens-video/path_change
Merge into: lp:unity-lens-video
Diff against target: 24 lines (+2/-2)
2 files modified
src/unity-lens-video (+1/-1)
video.lens.in (+1/-1)
To merge this branch: bzr merge lp:~sil2100/unity-lens-video/path_change
Reviewer Review Type Date Requested Status
Unity Videos lens Pending
Review via email: mp+113426@code.launchpad.net

Commit message

Change icon paths from 5 to 6.

Description of the change

UNBLOCK

Change paths to icons due to new unity release.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity-lens-video'
2--- src/unity-lens-video 2012-07-03 06:31:13 +0000
3+++ src/unity-lens-video 2012-07-04 16:16:22 +0000
4@@ -91,7 +91,7 @@
5 Unity.CategoryRenderer.HORIZONTAL_TILE))
6 # Specific Home Dash category
7 cats.append(Unity.Category.new(CAT_GLOBAL,
8- Gio.ThemedIcon.new("/usr/share/unity/5/lens-nav-video.svg"),
9+ Gio.ThemedIcon.new("/usr/share/unity/6/lens-nav-video.svg"),
10 Unity.CategoryRenderer.VERTICAL_TILE))
11 self._lens.props.categories = cats
12
13
14=== modified file 'video.lens.in'
15--- video.lens.in 2012-02-22 10:46:44 +0000
16+++ video.lens.in 2012-07-04 16:16:22 +0000
17@@ -2,7 +2,7 @@
18 DBusName=net.launchpad.lens.video
19 DBusPath=/net/launchpad/lens/video
20 _Name=Videos
21-Icon=/usr/share/unity/5/lens-nav-video.svg
22+Icon=/usr/share/unity/6/lens-nav-video.svg
23 _Description=Search local videos
24 Shortcut=v
25

Subscribers

People subscribed via source and target branches