[pitivi] transitions: Stop pretending transition props can be saved
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] transitions: Stop pretending transition props can be saved
- Date: Thu, 2 Jun 2016 21:50:35 +0000 (UTC)
commit a54e1525a886429464e445a38bffce96f97bef55
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue May 31 16:22:49 2016 +0200
transitions: Stop pretending transition props can be saved
Differential Revision: https://phabricator.freedesktop.org/D1037
pitivi/transitions.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/transitions.py b/pitivi/transitions.py
index 8a2f4c3..4bb80d6 100644
--- a/pitivi/transitions.py
+++ b/pitivi/transitions.py
@@ -186,14 +186,12 @@ class TransitionsListWidget(Gtk.Box, Loggable):
value = widget.get_value()
self.debug("User changed the border property to %s", value)
self.element.set_border(int(value))
- self.app.project_manager.current_project.setModificationState(True)
self.app.project_manager.current_project.pipeline.flushSeek()
def _invertCheckboxCb(self, widget):
value = widget.get_active()
self.debug("User changed the invert property to %s", value)
self.element.set_inverted(value)
- self.app.project_manager.current_project.setModificationState(True)
self.app.project_manager.current_project.pipeline.flushSeek()
def _borderTypeChangedCb(self, widget):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]