PackageKit/pk-fix-browser-plugin.patch
2008-10-28 14:41:02 +00:00

20 lines
1.2 KiB
Diff

commit 211b538cd0d6e420f288af49f7bb106cf99b4ce6
Author: Richard Hughes <richard@hughsie.com>
Date: Tue Oct 28 14:29:02 2008 +0000
bugfix: use the correct session interface in the browser plugin
diff --git a/contrib/packagekit-plugin/src/contents.cpp b/contrib/packagekit-plugin/src/contents.cpp
index bd0d69f..2c16e92 100644
--- a/contrib/packagekit-plugin/src/contents.cpp
+++ b/contrib/packagekit-plugin/src/contents.cpp
@@ -662,6 +662,8 @@ PkpContents::installPackage (Time time)
this,
(GDestroyNotify)0,
24 * 60 * 1000 * 1000, /* one day */
+ G_TYPE_UINT, 0, /* xid */
+ G_TYPE_UINT, 0, /* timespec */
G_TYPE_STRING, mAvailablePackageName.c_str(),
G_TYPE_INVALID,
G_TYPE_INVALID);