diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 93041eadd..fa4650b61 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -260,7 +260,7 @@ ephy_shell_init (EphyShell *gs) /* FIXME listen on icon changes */ icon_theme = gtk_icon_theme_get_default (); - icon_info = gtk_icon_theme_lookup_icon (icon_theme, "web-browser", -1, -1); + icon_info = gtk_icon_theme_lookup_icon (icon_theme, "web-browser", -1, 0); if (icon_info) { |