[pitivi] timeline: Remove reference to unexisting field
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timeline: Remove reference to unexisting field
- Date: Thu, 16 Jun 2016 16:05:33 +0000 (UTC)
commit 8aa9c9fff76c7855cc93b692ab4a61609d87af9f
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Thu Jun 16 18:04:32 2016 +0200
timeline: Remove reference to unexisting field
Should have been part of c8571ce5c1202e22a0492b030b6a51d57c6f96ab
pitivi/timeline/timeline.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 8105043..ee254b4 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1317,7 +1317,6 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
self.copy_action.set_enabled(selection_non_empty)
can_paste = bool(self.__copiedGroup)
self.paste_action.set_enabled(can_paste)
- self.align_action.set_enabled(selection_non_empty)
self.keyframe_action.set_enabled(selection_non_empty)
# Internal API
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]