GNOME Bugzilla – Bug 594311
Clicking the timeline leads to a TypeError
Last modified: 2009-09-07 09:53:18 UTC
1. start pitivi 2. left or right click the timeline widget $ bin/pitivi Traceback (most recent call last):
+ Trace 217362
self._doSeek(cur)
self.seeker.seek(value, format, on_idle)
self._seekTimeoutCb()
self.emit('seek', position, format)
*args, **kwargs)
res = cb(*ar, **kw)
self.emit('seek', position)
What version of pitivi are you using ? IF it's git, which commit ?
git, pulled today, e76168b590de40ccc8b6cc29d9fee727fe1f2b80 The bug is still reproducible. System: Debian Testing/Unstable (Arch: amd64)
commit 832ca6470f1a8fbf31e875b78f470335449a5c9b Author: Alessandro Decina <alessandro.d@gmail.com> Date: Mon Sep 7 11:51:51 2009 +0200 Fix a traceback seeking in an empty timeline. Fixes #594311.