Merge lp:~mhr3/unity-lens-applications/bug-850714 into lp:unity-lens-applications

Proposed by Michal Hruby
Status: Merged
Merged at revision: 243
Proposed branch: lp:~mhr3/unity-lens-applications/bug-850714
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:~mhr3/unity-lens-applications/bug-850714
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+77919@code.launchpad.net
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-09-27 12:44:32 +0000
3+++ src/daemon.vala 2011-10-03 12:14:23 +0000
4@@ -206,7 +206,7 @@
5 categories.append (cat);
6
7 cat = new Unity.Category (_("Apps Available for Download"),
8- new FileIcon (icon_dir.get_child ("group-available.svg")));
9+ new FileIcon (icon_dir.get_child ("group-downloads.svg")));
10 categories.append (cat);
11
12 lens.categories = categories;

Subscribers

People subscribed via source and target branches