Merge lp:~marcobiscaro2112/unity-lens-files/fixes-727672 into lp:unity-lens-files

Proposed by Marco Biscaro
Status: Merged
Approved by: Gord Allott
Approved revision: 148
Merged at revision: 153
Proposed branch: lp:~marcobiscaro2112/unity-lens-files/fixes-727672
Merge into: lp:unity-lens-files
Diff against target: 12 lines (+1/-1)
1 file modified
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~marcobiscaro2112/unity-lens-files/fixes-727672
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+51921@code.launchpad.net

Description of the change

Changing the folder where files.png is looked for.

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/daemon.vala'
2--- src/daemon.vala 2011-02-24 12:21:35 +0000
3+++ src/daemon.vala 2011-03-02 16:33:14 +0000
4@@ -110,7 +110,7 @@
5 files.global_renderer_info.groups_model = global_groups_model;
6 files.global_renderer_info.results_model = global_results_model;
7
8- files.icon = @"$(Config.PREFIX)/share/unity/files.png";
9+ files.icon = @"$(Config.PREFIX)/share/unity/themes/files.png";
10
11 previous_search = null;
12 previous_active_section = Section.LAST_SECTION; /* Must be an illegal section! */

Subscribers

People subscribed via source and target branches