diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-10-09 05:00:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-09 05:00:50 +0800 |
commit | a57179cd0a6814c6e08eef31d671061df1d5af73 (patch) | |
tree | 671175095fe8718f115487c44f8206453c5e995a /ChangeLog | |
parent | 12c604caf1667770159e18b3e09c18b9fac95909 (diff) | |
download | gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar.gz gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar.bz2 gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar.lz gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar.xz gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.tar.zst gsoc2013-epiphany-a57179cd0a6814c6e08eef31d671061df1d5af73.zip |
Ensure the images are loaded before starting to spin. Should fix crashes
* lib/widgets/ephy-spinner.c: (ephy_spinner_start),
(ephy_spinner_dispose), (ephy_spinner_finalize),
(ephy_spinner_class_init):
Ensure the images are loaded before starting to spin.
Should fix crashes on start/new tab.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ + + + * lib/widgets/ephy-spinner.c: (ephy_spinner_start), + (ephy_spinner_dispose), (ephy_spinner_finalize), + (ephy_spinner_class_init): + + Ensure the images are loaded before starting to spin. + Should fix crashes on start/new tab. + 2005-10-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_update_spinner): |