Merge lp:~dobey/unity-scope-click/fix-category into lp:unity-scope-click/devel

Proposed by dobey
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 286
Merged at revision: 286
Proposed branch: lp:~dobey/unity-scope-click/fix-category
Merge into: lp:unity-scope-click/devel
Diff against target: 12 lines (+1/-1)
1 file modified
scope/clickapps/apps-query.cpp (+1/-1)
To merge this branch: bzr merge lp:~dobey/unity-scope-click/fix-category
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Alejandro J. Cura (community) Approve
Review via email: mp+222729@code.launchpad.net

Commit message

Bring back the apps category header.

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) wrote :

Looks good.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scope/clickapps/apps-query.cpp'
2--- scope/clickapps/apps-query.cpp 2014-06-04 14:45:48 +0000
3+++ scope/clickapps/apps-query.cpp 2014-06-10 20:44:33 +0000
4@@ -109,7 +109,7 @@
5 std::string &categoryTemplate)
6 {
7 scopes::CategoryRenderer rdr(categoryTemplate);
8- auto cat = replyProxy->register_category("local", "", "", rdr);
9+ auto cat = replyProxy->register_category("local", _("My apps"), "", rdr);
10
11 for(const auto & a: apps)
12 {

Subscribers

People subscribed via source and target branches

to all changes: