diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 396942b8f..42280b9ef 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -520,6 +520,12 @@ main (int argc, GNOME_PARAM_APP_DATADIR, DATADIR, NULL); + /* GtkIconTheme will then look in Ephy custom hicolor dir + * for icons as well as the standard search paths + */ + gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), + DATADIR "/epiphany/icons"); + /* libgnome keeps a reference to the global program, so drop * our reference here, to simplify cleanup on the many exit paths. */ |