[gnome-books/wip/hadess/sensitive-menu: 3/5] overview: Make empty state icon a book
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-books/wip/hadess/sensitive-menu: 3/5] overview: Make empty state icon a book
- Date: Fri, 2 Aug 2019 15:38:23 +0000 (UTC)
commit 3e9731f21773ac1f982635b03a81f299e76c60de
Author: Bastien Nocera <hadess hadess net>
Date: Fri Aug 2 17:28:28 2019 +0200
overview: Make empty state icon a book
Use our symbolic icon to show something other than a document in the
empty state.
src/overview.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/overview.js b/src/overview.js
index 6d538634..36599627 100644
--- a/src/overview.js
+++ b/src/overview.js
@@ -276,7 +276,7 @@ const EmptyResultsBox = new Lang.Class({
else if (this._mode == WindowMode.WindowMode.COLLECTIONS)
iconName = 'emblem-documents-symbolic';
else
- iconName = 'x-office-document-symbolic';
+ iconName = 'org.gnome.Books-symbolic';
this.add(new Gtk.Image({ pixel_size: 128, icon_name: iconName, margin_bottom: 9 }));
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]