Merge lp:~bratsche/ido/timeline-last-position-fix into lp:ido/0.3

Proposed by Cody Russell
Status: Merged
Merged at revision: 56
Proposed branch: lp:~bratsche/ido/timeline-last-position-fix
Merge into: lp:ido/0.3
Diff against target: 12 lines (+1/-1)
1 file modified
src/idotimeline.c (+1/-1)
To merge this branch: bzr merge lp:~bratsche/ido/timeline-last-position-fix
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
David Barth (community) Approve
Review via email: mp+31070@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

The code change seems fine and innocuous. Conor: can you confirm it does fix the issue you had with the timeline?

review: Approve
Revision history for this message
Conor Curran (cjcurran) wrote :

much better C.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/idotimeline.c'
2--- src/idotimeline.c 2010-07-22 12:21:06 +0000
3+++ src/idotimeline.c 2010-07-27 18:06:47 +0000
4@@ -704,7 +704,7 @@
5 priv->source_id = 0;
6 }
7
8- priv->progress = progress;
9+ priv->progress = priv->last_progress = progress;
10
11 ido_timeline_start (timeline);
12 }

Subscribers

People subscribed via source and target branches

to all changes: