Merge lp:~mhr3/unity-lens-applications/use-flow into lp:unity-lens-applications

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 290
Merged at revision: 290
Proposed branch: lp:~mhr3/unity-lens-applications/use-flow
Merge into: lp:unity-lens-applications
Diff against target: 13 lines (+2/-1)
1 file modified
src/daemon.vala (+2/-1)
To merge this branch: bzr merge lp:~mhr3/unity-lens-applications/use-flow
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
Review via email: mp+120541@code.launchpad.net

Commit message

Change renderer for downloadable apps

Description of the change

As design requests, use FLOW renderer for downloadable apps.

No tests, trivial change.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

Looks good.

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 2012-08-16 08:30:47 +0000
3+++ src/daemon.vala 2012-08-21 11:12:28 +0000
4@@ -290,7 +290,8 @@
5 categories.append (cat);
6
7 cat = new Unity.Category (_("Apps Available for Download"),
8- new FileIcon (icon_dir.get_child ("group-downloads.svg")));
9+ new FileIcon (icon_dir.get_child ("group-downloads.svg")),
10+ Unity.CategoryRenderer.FLOW);
11 categories.append (cat);
12
13 cat = new Unity.Category (_("Applications"),

Subscribers

People subscribed via source and target branches