diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-27 19:09:46 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-27 19:09:46 +0800 |
commit | 3e1c3f7c236a3e7586c771df2df1732dc015fb51 (patch) | |
tree | a94608c9b6ee5743c4bb270c0fd258951494fcbd /src | |
parent | eed2331e611eb281440c1bcb5f76b2e547f1e0a7 (diff) | |
download | gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar.gz gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar.bz2 gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar.lz gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar.xz gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.tar.zst gsoc2013-epiphany-3e1c3f7c236a3e7586c771df2df1732dc015fb51.zip |
Simpler implementation.
2003-09-27 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-gui.c: (ephy_gui_get_pixbuf_from_mime_type):
Simpler implementation.
* lib/widgets/ephy-spinner.c: (ephy_spinner_load_images):
* src/ephy-shell.c: (ephy_shell_init):
Pass 0 as flags
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) { |