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

Proposed by Marco Biscaro
Status: Merged
Approved by: Gord Allott
Approved revision: 150
Merged at revision: 159
Proposed branch: lp:~marcobiscaro2112/unity-lens-applications/fixes-727672
Merge into: lp:unity-lens-applications
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-applications/fixes-727672
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+51920@code.launchpad.net

Description of the change

Changing the folder where applications.png is looked for.

To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) :
review: Approve

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 13:24:54 +0000
3+++ src/daemon.vala 2011-03-02 16:34:19 +0000
4@@ -95,7 +95,7 @@
5 applications.global_renderer_info.groups_model = global_groups_model;
6 applications.global_renderer_info.results_model = global_results_model;
7
8- applications.icon = @"$(Config.PREFIX)/share/unity/applications.png";
9+ applications.icon = @"$(Config.PREFIX)/share/unity/themes/applications.png";
10
11 log = new Zeitgeist.Log();
12 zg_index = new Zeitgeist.Index();

Subscribers

People subscribed via source and target branches