diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-03-28 23:38:07 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-03-28 23:38:07 +0800 |
commit | dbf9f29d85f41147744f8d2e1d9703439a579fa0 (patch) | |
tree | 88cf63e6d46aaac0c684f948f6e18fb10001e615 /src/ephy-window.c | |
parent | b71c1cec6d7e3d03736ee7d93e999b80822d0566 (diff) | |
download | gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar.gz gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar.bz2 gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar.lz gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar.xz gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.tar.zst gsoc2013-epiphany-dbf9f29d85f41147744f8d2e1d9703439a579fa0.zip |
Remove the ephy-spinner from the toolbar.c, there's enough feeback
with the spinners in the tabs and the progress bar. (#524809)
svn path=/trunk/; revision=8166
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index cfb3027d8..5be333f7d 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1833,8 +1833,6 @@ sync_tab_load_status (EphyEmbed *embed, action = gtk_action_group_get_action (action_group, "FilePrint"); ephy_action_change_sensitivity_flags (action, SENS_FLAG_LOADING, loading); - ephy_toolbar_set_spinning (priv->toolbar, loading); - if (priv->fullscreen_popup) { ephy_fullscreen_popup_set_spinning |