[transmageddon] Make the GStreamer missing plugin installer transient for the Transmageddon window
- From: Sebastian Dröge <sdroege src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [transmageddon] Make the GStreamer missing plugin installer transient for the Transmageddon window
- Date: Tue, 20 Oct 2009 15:25:56 +0000 (UTC)
commit 118359051f0909c6e2374852ff245bcba90cfaae
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Tue Oct 20 17:25:24 2009 +0200
Make the GStreamer missing plugin installer transient for the Transmageddon window
src/transmageddon.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 95530bb..f4c97bf 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -580,6 +580,7 @@ class TransmageddonUI (gtk.glade.XML):
for x in fail_info:
missing.append(gst.pbutils.missing_encoder_installer_detail_new(x))
context = gst.pbutils.InstallPluginsContext ()
+ context.set_xid(self.TopWindow.get_window().xid)
strmissing = str(missing)
gst.pbutils.install_plugins_async (missing, context, self.donemessage, "NULL")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]