[pitivi] timeline: Don't show the align feature as it's not available



commit 1231017aab1dea6635b3a314be3a999367cc6f22
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Sun Jun 28 16:45:44 2015 +0200

    timeline: Don't show the align feature as it's not available

 pitivi/timeline/timeline.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 7d9ab42..025365c 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1360,8 +1360,9 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
             ("GroupObj", "pitivi-group", _("Group"),
              "<Control>G", _("Group clips"), self._groupSelected),
 
-            ("AlignObj", "pitivi-align", _("Align"),
-             "<Shift><Control>A", _("Align clips based on their soundtracks"), self._alignSelected),
+            # TODO: Fix the align feature.
+            # ("AlignObj", "pitivi-align", _("Align"),
+            #  "<Shift><Control>A", _("Align clips based on their soundtracks"), self._alignSelected),
         )
 
         playhead_actions = (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]