diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-10 13:28:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-10 13:43:16 +0800 |
commit | 893114a0a7b0c8b774b927dbc7de1844fb670ac3 (patch) | |
tree | bd3ed4bb83b0fcda8ea2f73a09a61771918f511f /src/ephy-window.c | |
parent | 3083f20877cb7892a498cdccdfdedc8ee31cf10e (diff) | |
download | gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.gz gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.zst gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.zip |
Add again the spinner.
We need some indication in the UI of network activity when there are
no tabs opened and the progress bar hasn't appeared yet in the URL
entry. Re-add the spinner for now, we'll think of a better solution
later.
Bug #585035
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index c38436961..51de4b4f5 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1880,6 +1880,8 @@ sync_tab_load_status (EphyWebView *view, 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 |