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

Proposed by Michal Hruby
Status: Merged
Merged at revision: 196
Proposed branch: lp:~mhr3/unity-lens-files/bug-850714
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:~mhr3/unity-lens-files/bug-850714
Reviewer Review Type Date Requested Status
Mikkel Kamstrup Erlandsen (community) Approve
Review via email: mp+77917@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/daemon.vala'
--- src/daemon.vala 2011-09-29 12:49:45 +0000
+++ src/daemon.vala 2011-10-03 12:14:24 +0000
@@ -204,7 +204,7 @@
204 categories.append (cat);204 categories.append (cat);
205205
206 cat = new Unity.Category (_("Folders"),206 cat = new Unity.Category (_("Folders"),
207 new FileIcon (icon_dir.get_child ("group-favoritefolders.svg")));207 new FileIcon (icon_dir.get_child ("group-folders.svg")));
208 categories.append (cat);208 categories.append (cat);
209209
210 lens.categories = categories;210 lens.categories = categories;

Subscribers

People subscribed via source and target branches