diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index c303b7c74..4ff277153 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -93,4 +93,11 @@ ephy_stock_icons_init (void) gtk_icon_factory_add_default (factory); g_object_unref (factory); + + /* GtkIconTheme will then look in Ephy 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 (), + SHARE_DIR G_DIR_SEPARATOR_S "icons"); } |