[gnome-books/wip/hadess/sensitive-menu: 4/6] overview: Make empty state icon a book



commit 600f356df0e16d0e6c292f28fd2ec17d7e93607c
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]