Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar

This commit is contained in:
Guillaume Desmottes
2007-02-27 19:08:29 +01:00
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class Timeline:
else:
self._current_frame = tag.start_frame
self._next_frame(tag, self._current_frame)
self._next_frame(tag, self._current_frame - tag.start_frame)
def on_tag(self, name):
tag = self._name_to_tag[name]