Merge lp:~elementary-apps/appcenter/no-apps-found into lp:~elementary-apps/appcenter/appcenter

Proposed by Danielle Foré
Status: Merged
Approved by: Cody Garver
Approved revision: 197
Merged at revision: 199
Proposed branch: lp:~elementary-apps/appcenter/no-apps-found
Merge into: lp:~elementary-apps/appcenter/appcenter
Diff against target: 12 lines (+1/-1)
1 file modified
src/Views/AppListView.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-apps/appcenter/no-apps-found
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+297500@code.launchpad.net

Commit message

Use symbolic find icon in no apps found view

Description of the change

Matches the icon used in Slingshot and Switchboard

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Views/AppListView.vala'
2--- src/Views/AppListView.vala 2016-04-24 21:16:21 +0000
3+++ src/Views/AppListView.vala 2016-06-15 16:38:39 +0000
4@@ -51,7 +51,7 @@
5
6 construct {
7 hscrollbar_policy = Gtk.PolicyType.NEVER;
8- var alert_view = new Granite.Widgets.AlertView (_("No Results"), _("No apps could be found."), "dialog-information");
9+ var alert_view = new Granite.Widgets.AlertView (_("No Results"), _("No apps could be found. Try changing search terms."), "edit-find-symbolic");
10 alert_view.show_all ();
11 list_box = new Gtk.ListBox ();
12 list_box.expand = true;

Subscribers

People subscribed via source and target branches

to all changes: