From 5573596668e24c8d47da896733b8e0b8ee23533f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 19 Jan 2007 18:14:36 +0000 Subject: Use icon theme associated with the window screen rather than default. 2007-01-19 Carlos Garcia Campos * shell/ev-stock-icons.c: (ev_stock_icons_init): * shell/ev-application.c: (ev_application_open_uri_at_dest): Use icon theme associated with the window screen rather than default. svn path=/trunk/; revision=2238 --- (limited to 'shell/ev-stock-icons.c') diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 3b30489..f2d059b 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -21,8 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ -#include - #include "ev-stock-icons.h" #include @@ -45,7 +43,6 @@ static const EvStockIcon stock_icons [] = { { EV_STOCK_ROTATE_RIGHT, "object-rotate-right"}, }; - void ev_stock_icons_init (void) { @@ -73,12 +70,4 @@ ev_stock_icons_init (void) gtk_icon_source_free (source); g_object_unref (G_OBJECT (factory)); - - /* GtkIconTheme will then look in Evince custom hicolor dir - * for icons as well as the standard search paths - */ - /* FIXME: multi-head! */ - gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), - DATADIR G_DIR_SEPARATOR_S "icons"); - } -- cgit v0.9.1