[Xfce4-commits] <parole:gst1.0> Revert "Make codec installer transient for parole window."

Sean Davis noreply at xfce.org
Sun Jan 13 04:04:03 CET 2013


Updating branch refs/heads/gst1.0
         to 70a4a95193676daf26e4be86c22ed18142bcc034 (commit)
       from c93d923314a6cdcdc631d43f80fca686b69daae0 (commit)

commit 70a4a95193676daf26e4be86c22ed18142bcc034
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jan 12 21:35:24 2013 -0500

    Revert "Make codec installer transient for parole window."
    
    This reverts commit 980788f08f626c2ac01ba6347da9a40791ac0959.

 src/gst/parole-gst.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 8c67c11..8b21af6 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -1565,9 +1565,6 @@ parole_gst_bus_event (GstBus *bus, GstMessage *msg, gpointer data)
     gchar*                    details[2];
     GstInstallPluginsContext *ctx;
     gint response;
-#ifdef GDK_WINDOWING_X11
-    GtkWidget *parent;
-#endif
     
     gst = PAROLE_GST (data);
 
@@ -1661,20 +1658,6 @@ parole_gst_bus_event (GstBus *bus, GstMessage *msg, gpointer data)
 	             details[0] = gst_missing_plugin_message_get_installer_detail(msg);
 	             details[1] = NULL;
 	             ctx = gst_install_plugins_context_new();
-	             
-#ifdef GDK_WINDOWING_X11
-            if (gtk_widget_get_window (GTK_WIDGET (gst)) != NULL &&
-                gtk_widget_get_realized (GTK_WIDGET (gst)))
-            {
-                gulong xid = 0;
-
-                parent = gtk_widget_get_toplevel (GTK_WIDGET (gst));
-
-                xid = GDK_WINDOW_XID(gtk_widget_get_window (parent));
-                gst_install_plugins_context_set_xid (ctx, xid);
-            }
-#endif /* GDK_WINDOWING_X11 */
-
 #if GST_CHECK_VERSION(1, 0, 0)
 	             gst_install_plugins_async((const gchar * const *) details, ctx, parole_gst_install_plugins_result_func, gst);
 #else


More information about the Xfce4-commits mailing list