1
Description: fix packagekit backend
2
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
4
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=642324
5
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/718969
7
Index: brasero-2.32.0/libbrasero-utils/brasero-pk.c
8
===================================================================
9
--- brasero-2.32.0.orig/libbrasero-utils/brasero-pk.c 2011-02-13 12:38:28.000000000 -0500
10
+++ brasero-2.32.0/libbrasero-utils/brasero-pk.c 2011-02-13 17:06:07.000000000 -0500
13
if (priv->values != NULL)
14
g_variant_unref (priv->values);
16
g_object_unref (priv->proxy);
19
+ g_main_loop_quit (priv->loop);
25
g_dbus_proxy_call (priv->proxy,
26
"InstallProvideFiles",
27
- g_variant_new ("(uass)",
28
+ g_variant_new ("(u^ass)",
31
+ missing_files->pdata,
32
"hide-confirm-search,hide-finished,hide-warning"),
33
G_DBUS_CALL_FLAGS_NONE,