[pitivi] Misc cleanup
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Misc cleanup
- Date: Sat, 19 May 2012 18:04:37 +0000 (UTC)
commit c3676232daa527ad6442f0009b5c8d2d79990294
Author: Thibault Saunier <thibault saunier collabora com>
Date: Fri May 18 15:12:00 2012 -0400
Misc cleanup
pitivi/mainwindow.py | 1 -
pitivi/timeline/timeline.py | 12 +-----------
2 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index afe419c..a654e06 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -742,7 +742,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
# Enable export functionality
self.actiongroup.get_action("ExportProject").set_sensitive(True)
- #FIXME GES reimplement me
if self._missingUriOnLoading:
self.app.current.setModificationState(True)
self.actiongroup.get_action("SaveProject").set_sensitive(True)
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index 271c28e..1a327d9 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -598,7 +598,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
self.rate = gst.Fraction(1, 1)
self._timeline = None
- # Used to insert source to the end of the timeline
+ # Used to insert sources at the end of the timeline
self._sources_to_insert = []
self.zoomed_fitted = True
@@ -758,16 +758,6 @@ class Timeline(gtk.Table, Loggable, Zoomable):
actiongroup = gtk.ActionGroup("timelineselection")
actiongroup.add_actions(selection_actions)
actiongroup.add_actions(self.playhead_actions)
- self.link_action = actiongroup.get_action("LinkObj")
- self.unlink_action = actiongroup.get_action("UnlinkObj")
- self.group_action = actiongroup.get_action("GroupObj")
- self.ungroup_action = actiongroup.get_action("UngroupObj")
- self.align_action = actiongroup.get_action("AlignObj")
- self.delete_action = actiongroup.get_action("DeleteObj")
- self.split_action = actiongroup.get_action("Split")
- self.keyframe_action = actiongroup.get_action("Keyframe")
- self.prevframe_action = actiongroup.get_action("Prevframe")
- self.nextframe_action = actiongroup.get_action("Nextframe")
self.ui_manager.insert_action_group(actiongroup, -1)
self.ui_manager.add_ui_from_string(ui)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]