[pitivi] encodingdialog: Properly get the project settings
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] encodingdialog: Properly get the project settings
- Date: Sat, 19 Jun 2010 10:48:24 +0000 (UTC)
commit f3365b971be0b617201998a66876f9a850ee0dd9
Author: Edward Hervey <bilboed bilboed com>
Date: Sat Jun 19 12:47:17 2010 +0200
encodingdialog: Properly get the project settings
Fixes #621949
pitivi/ui/encodingdialog.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index ae9b6c6..be7339e 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -237,7 +237,7 @@ class EncodingDialog(GladeWindow, Loggable):
for ac in self.pipeline.actions:
if isinstance(ac, ViewAction) and ac.isActive():
ac.setSync(True)
- self._changeSourceSettings(self.project.settings)
+ self._changeSourceSettings(self.project.getSettings())
self.pipeline.pause()
self.pipeline.disconnect_by_function(self._positionCb)
self.pipeline.disconnect_by_function(self._eosCb)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]