[gnome-packagekit] Ensure we show a removing icon after unticking an item and then clicking 'Selected Packages'. Fixes
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Ensure we show a removing icon after unticking an item and then clicking 'Selected Packages'. Fixes
- Date: Tue, 15 Mar 2011 12:05:41 +0000 (UTC)
commit 323fb2d22aac91056dc0a2e218b1ab2d733ac86b
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 15 12:03:42 2011 +0000
Ensure we show a removing icon after unticking an item and then clicking 'Selected Packages'. Fixes rh#684478
src/gpk-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-application.c b/src/gpk-application.c
index 3e62865..13ad5bb 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -759,7 +759,7 @@ gpk_application_remove (gpointer user_data)
package = pk_package_new ();
pk_package_set_id (package, package_id_selected, NULL);
g_object_set (package,
- "info", PK_INFO_ENUM_AVAILABLE,
+ "info", PK_INFO_ENUM_INSTALLED,
"summary", summary_selected,
NULL);
pk_package_sack_add_package (package_sack, package);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]