[pitivi] ui/timeline: selection.setTo is not selection.setSelection
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] ui/timeline: selection.setTo is not selection.setSelection
- Date: Wed, 22 Sep 2010 13:48:24 +0000 (UTC)
commit 7bdee5d03e17bd3e88cc3770b3e395e3ce819bb5
Author: Alessandro Decina <alessandro d gmail com>
Date: Wed Sep 22 13:16:43 2010 +0200
ui/timeline: selection.setTo is not selection.setSelection
pitivi/ui/timeline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 8b37854..85356e9 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -477,7 +477,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
self.app.current.seeker.seek(self._position)
context.drop_finish(True, timestamp)
- self.timeline.selection.setTo(timeline_objs, SELECT)
+ self.timeline.selection.setSelection(timeline_objs, SELECT)
return True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]