[gnome-packagekit/gnome-2-28] run the gpk-install-foo helpers with interaction 'hide-finished, hide-warnings' as we are handling fa
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit/gnome-2-28] run the gpk-install-foo helpers with interaction 'hide-finished, hide-warnings' as we are handling fa
- Date: Thu, 15 Oct 2009 10:24:33 +0000 (UTC)
commit 9b12436ff6752e8af5b8b6b7620a58ff0b5f82cd
Author: Richard Hughes <richard hughsie com>
Date: Wed Oct 14 16:31:13 2009 +0100
run the gpk-install-foo helpers with interaction 'hide-finished,hide-warnings' as we are handling failure
src/gpk-install-catalog.c | 2 +-
src/gpk-install-local-file.c | 2 +-
src/gpk-install-mime-type.c | 2 +-
src/gpk-install-package-name.c | 2 +-
src/gpk-install-provide-file.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gpk-install-catalog.c b/src/gpk-install-catalog.c
index ca5c2dc..1a897d3 100644
--- a/src/gpk-install-catalog.c
+++ b/src/gpk-install-catalog.c
@@ -114,7 +114,7 @@ main (int argc, char *argv[])
ret = dbus_g_proxy_call (proxy, "InstallCatalogs", &error,
G_TYPE_UINT, 0, /* xid */
G_TYPE_STRV, files, /* data */
- G_TYPE_STRING, "", /* interaction */
+ G_TYPE_STRING, "hide-finished,hide-warnings", /* interaction */
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret && !gpk_ignore_session_error (error)) {
diff --git a/src/gpk-install-local-file.c b/src/gpk-install-local-file.c
index 332cf5a..6f3fcef 100644
--- a/src/gpk-install-local-file.c
+++ b/src/gpk-install-local-file.c
@@ -114,7 +114,7 @@ main (int argc, char *argv[])
ret = dbus_g_proxy_call (proxy, "InstallPackageFiles", &error,
G_TYPE_UINT, 0, /* xid */
G_TYPE_STRV, files, /* data */
- G_TYPE_STRING, "hide-finished", /* interaction */
+ G_TYPE_STRING, "hide-finished,hide-warnings", /* interaction */
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret && !gpk_ignore_session_error (error)) {
diff --git a/src/gpk-install-mime-type.c b/src/gpk-install-mime-type.c
index d92cf14..50a85dc 100644
--- a/src/gpk-install-mime-type.c
+++ b/src/gpk-install-mime-type.c
@@ -114,7 +114,7 @@ main (int argc, char *argv[])
ret = dbus_g_proxy_call (proxy, "InstallMimeTypes", &error,
G_TYPE_UINT, 0, /* xid */
G_TYPE_STRV, types, /* data */
- G_TYPE_STRING, "", /* interaction */
+ G_TYPE_STRING, "hide-finished,hide-warnings", /* interaction */
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret && !gpk_ignore_session_error (error)) {
diff --git a/src/gpk-install-package-name.c b/src/gpk-install-package-name.c
index 976137f..a651a07 100644
--- a/src/gpk-install-package-name.c
+++ b/src/gpk-install-package-name.c
@@ -113,7 +113,7 @@ main (int argc, char *argv[])
ret = dbus_g_proxy_call (proxy, "InstallPackageNames", &error,
G_TYPE_UINT, 0, /* xid */
G_TYPE_STRV, packages, /* data */
- G_TYPE_STRING, "", /* interaction */
+ G_TYPE_STRING, "hide-finished,hide-warnings", /* interaction */
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret && !gpk_ignore_session_error (error)) {
diff --git a/src/gpk-install-provide-file.c b/src/gpk-install-provide-file.c
index a6a52d4..5060311 100644
--- a/src/gpk-install-provide-file.c
+++ b/src/gpk-install-provide-file.c
@@ -114,7 +114,7 @@ main (int argc, char *argv[])
ret = dbus_g_proxy_call (proxy, "InstallProvideFiles", &error,
G_TYPE_UINT, 0, /* xid */
G_TYPE_STRV, files, /* data */
- G_TYPE_STRING, "", /* interaction */
+ G_TYPE_STRING, "hide-finished,hide-warnings", /* interaction */
G_TYPE_INVALID,
G_TYPE_INVALID);
if (!ret && !gpk_ignore_session_error (error)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]