aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbar.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-08-10 13:28:40 +0800
committerXan Lopez <xan@gnome.org>2009-08-10 13:43:16 +0800
commit893114a0a7b0c8b774b927dbc7de1844fb670ac3 (patch)
treebd3ed4bb83b0fcda8ea2f73a09a61771918f511f /src/ephy-toolbar.h
parent3083f20877cb7892a498cdccdfdedc8ee31cf10e (diff)
downloadgsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar
gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.gz
gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.bz2
gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.lz
gsoc2013-epiphany-893114a0a7b0c8b774b927dbc7de1844fb670ac3.tar.xz
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-toolbar.h')
-rw-r--r--src/ephy-toolbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h
index a2f6a11cd..370b1e161 100644
--- a/src/ephy-toolbar.h
+++ b/src/ephy-toolbar.h
@@ -99,6 +99,9 @@ void ephy_toolbar_set_security_state (EphyToolbar *toolbar,
const char *stock_id,
const char *tooltip);
+void ephy_toolbar_set_spinning (EphyToolbar *toolbar,
+ gboolean spinning);
+
void ephy_toolbar_set_zoom (EphyToolbar *toolbar,
gboolean can_zoom,
float zoom);