[pitivi] Show the encoding dialog again when a render completes
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Show the encoding dialog again when a render completes
- Date: Fri, 10 Dec 2010 17:54:14 +0000 (UTC)
commit 3e492b56def5b2ddba72a6a31858a92d929de049
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Sun Dec 5 12:06:39 2010 -0500
Show the encoding dialog again when a render completes
pitivi/ui/encodingdialog.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.py b/pitivi/ui/encodingdialog.py
index 1362b8c..8756fc5 100644
--- a/pitivi/ui/encodingdialog.py
+++ b/pitivi/ui/encodingdialog.py
@@ -316,6 +316,8 @@ class EncodingDialog(GladeWindow, Renderer, Loggable):
def updateUIOnEOS(self):
self.progress.destroy()
+ self.window.show() # Show the encoding dialog again
+ self.window.grab_focus()
self.pipeline.disconnect_by_function(self._stateChanged)
def _cancelButtonClickedCb(self, unused_button):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]