trivial: adjust the interaction mode of the gstreamer plugin installer

This commit is contained in:
Richard Hughes 2009-04-14 13:19:55 +01:00
parent a44e48f95b
commit 90e09e63f8

View File

@ -373,7 +373,7 @@ main (int argc, char **argv)
ret = dbus_g_proxy_call (proxy, "InstallGStreamerResources", &error,
G_TYPE_UINT, xid,
G_TYPE_STRV, resources,
G_TYPE_STRING, "",
G_TYPE_STRING, "hide-finished",
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret) {