aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-23 21:32:44 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-23 21:32:44 +0800
commit2cb9d0fea6bf492977ab48f422a2840a675e3227 (patch)
treee90d8dc14826eb6f2e055d949463c8129c434eb3 /src
parent4d8e9ed180c6d1506905e14fcc9ba26a7c24db19 (diff)
downloadgsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar.gz
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar.bz2
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar.lz
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar.xz
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.tar.zst
gsoc2013-epiphany-2cb9d0fea6bf492977ab48f422a2840a675e3227.zip
Make the spinner spin again.
2003-10-23 Marco Pesenti Gritti <marco@gnome.org> * src/toolbar.c: (toolbar_spinner_start), (toolbar_spinner_stop): Make the spinner spin again.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/toolbar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c
index bcb5a5611..77ec674c9 100755
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -574,11 +574,13 @@ toolbar_activate_location (Toolbar *t)
void
toolbar_spinner_start (Toolbar *t)
{
+ ephy_spinner_start (EPHY_SPINNER (t->priv->spinner));
}
void
toolbar_spinner_stop (Toolbar *t)
{
+ ephy_spinner_stop (EPHY_SPINNER (t->priv->spinner));
}
void