[gedit-plugins] Replace deprecated gtk-file with text-generic icon



commit 59cfed955d84f774e4305c10e0f549fe7164b5d1
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Jan 2 11:15:39 2015 +0200

    Replace deprecated gtk-file with text-generic icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742216

 plugins/dashboard/dashboard/utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/dashboard/dashboard/utils.py b/plugins/dashboard/dashboard/utils.py
index 6ea8159..0a7a8a9 100644
--- a/plugins/dashboard/dashboard/utils.py
+++ b/plugins/dashboard/dashboard/utils.py
@@ -36,7 +36,7 @@ SIZE_TEXT_THUMBVIEW = ["x-small", "small", "large", "xx-large"]
 
 GRID_ITEM_COUNT = 7
 
-no_pixbuf = Gtk.IconTheme.get_default().load_icon("gtk-file", 48, 0)
+no_pixbuf = Gtk.IconTheme.get_default().load_icon("text-x-generic", 48, 0)
 
 
 def uri_exists(uri):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]