[file-roller] Fixed call to the package installer
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] Fixed call to the package installer
- Date: Wed, 15 Sep 2010 12:04:02 +0000 (UTC)
commit fc260dd3e41a08d0c50a11307e053364dada4014
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Sep 14 13:42:30 2010 +0200
Fixed call to the package installer
Fixed the parameters format and removed the use of the timeout.
[bug #629604]
[note: freeze break approved by the release team]
src/dlg-package-installer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dlg-package-installer.c b/src/dlg-package-installer.c
index d50af2d..d1f9e94 100644
--- a/src/dlg-package-installer.c
+++ b/src/dlg-package-installer.c
@@ -183,12 +183,12 @@ install_packages (InstallerData *idata)
g_dbus_proxy_call (proxy,
"InstallPackageNames",
- g_variant_new ("(u^asms)",
+ g_variant_new ("(u^ass)",
xid,
names,
"hide-confirm-search,hide-finished,hide-warning"),
G_DBUS_CALL_FLAGS_NONE,
- -1,
+ G_MAXINT,
NULL,
packagekit_install_package_names_ready_cb,
idata);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]