summaryrefslogtreecommitdiff
path: root/nonprism/openshot/nonprism.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-04-04 20:51:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-04-04 21:01:06 -0300
commit1459ff76309b503167ad9cd76312413f69bfa3d5 (patch)
tree912057f49f2b6bb38a69d23d6b9793a4a848b4d4 /nonprism/openshot/nonprism.patch
parentd939410e25984498f7419efb0ac7f059ba4391d0 (diff)
downloadabslibre-1459ff76309b503167ad9cd76312413f69bfa3d5.tar.gz
abslibre-1459ff76309b503167ad9cd76312413f69bfa3d5.tar.bz2
abslibre-1459ff76309b503167ad9cd76312413f69bfa3d5.zip
openshot-2.3.1-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'nonprism/openshot/nonprism.patch')
-rw-r--r--nonprism/openshot/nonprism.patch22
1 files changed, 16 insertions, 6 deletions
diff --git a/nonprism/openshot/nonprism.patch b/nonprism/openshot/nonprism.patch
index 232ba6ccc..e6a1f07bb 100644
--- a/nonprism/openshot/nonprism.patch
+++ b/nonprism/openshot/nonprism.patch
@@ -1,8 +1,8 @@
diff --git a/src/windows/main_window.py b/src/windows/main_window.py
-index 2e77fc2..670727f 100644
+index df9a7feb3..c69c643b1 100644
--- a/src/windows/main_window.py
+++ b/src/windows/main_window.py
-@@ -470,17 +470,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+@@ -609,17 +609,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
else:
log.info('canceled')
@@ -20,10 +20,20 @@ index 2e77fc2..670727f 100644
def actionExportVideo_trigger(self, event):
# show window
from windows.export import Export
-@@ -1888,4 +1877,4 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
- self.tutorial_manager = TutorialManager(self)
+@@ -2241,9 +2230,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+ self.ExportFrame.connect(self.FrameExported)
+ self.ExportEnded.connect(self.ExportFinished)
- # Install event filter
+- # Install event filter
- self.installEventFilter(self)
+-
+ # Save settings
+ s.save()
+
+@@ -2251,4 +2237,4 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
+ QTimer.singleShot(100, self.refreshFrameSignal.emit)
+
+ # Main window is initialized
+- self.initialized = True
\ No newline at end of file
-+ self.installEventFilter(self)
++ self.initialized = True