diff options
author | Cody Russell <crussell@canonical.com> | 2010-07-27 13:02:13 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-07-27 13:02:13 -0500 |
commit | f5a80f5b6ae76b2704b69d1785cd739eb4df39f7 (patch) | |
tree | 0a9e69eb3fb71d267c7f4ea34da8ab96dd3bacde /src/idotimeline.c | |
parent | 95536449fab4ec5c9e60067e576b888149613c8d (diff) | |
download | ayatana-ido-f5a80f5b6ae76b2704b69d1785cd739eb4df39f7.tar.gz ayatana-ido-f5a80f5b6ae76b2704b69d1785cd739eb4df39f7.tar.bz2 ayatana-ido-f5a80f5b6ae76b2704b69d1785cd739eb4df39f7.zip |
Need to update the last progress.
Diffstat (limited to 'src/idotimeline.c')
-rw-r--r-- | src/idotimeline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idotimeline.c b/src/idotimeline.c index e3c32a9..a9ca0c6 100644 --- a/src/idotimeline.c +++ b/src/idotimeline.c @@ -704,7 +704,7 @@ ido_timeline_set_progress (IdoTimeline *timeline, gdouble progress) priv->source_id = 0; } - priv->progress = progress; + priv->progress = priv->last_progress = progress; ido_timeline_start (timeline); } |