[pitivi] timeline: Don't change the selection when dropping new clips
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timeline: Don't change the selection when dropping new clips
- Date: Sat, 9 Jun 2012 11:21:56 +0000 (UTC)
commit 800f96359b3564e3f5cee1fcfcb37c3433506585
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sat Jun 2 12:41:23 2012 -0400
timeline: Don't change the selection when dropping new clips
pitivi/timeline/timeline.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 1a327d9..5d60ccd 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -879,8 +879,6 @@ class Timeline(gtk.Table, Loggable, Zoomable):
if context.targets not in DND_EFFECT_LIST:
self._canvas.drag_unhighlight()
self.app.action_log.begin("add clip")
- self.selected = self._temp_objects
- self._project.emit("selected-changed", set(self.selected))
if self._move_context is not None:
self._move_context.finish()
self._move_context = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]