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 /lib/widgets | |
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 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-spinner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 2f4e9e3d9..546fed1fd 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -463,7 +463,7 @@ ephy_spinner_load_images (EphySpinner *spinner) /* Load the rest icon */ icon_info = gtk_icon_theme_lookup_icon (spinner->details->icon_theme, - "gnome-spinner-rest", -1, -1); + "gnome-spinner-rest", -1, 0); if (icon == NULL) { g_warning ("Throbber rest icon not found"); return; |