[gnome-packagekit] Show normal updates in the update viewer severity column, people keep asking me why the icon is miss
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-packagekit] Show normal updates in the update viewer severity column, people keep asking me why the icon is miss
- Date: Tue, 9 Jun 2009 06:06:26 -0400 (EDT)
commit 74f4d7495824c7364e21a3503b05fe452691696d
Author: Richard Hughes <richard hughsie com>
Date: Sun Jun 7 13:17:30 2009 +0100
Show normal updates in the update viewer severity column, people keep asking me why the icon is missing
---
src/gpk-update-viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index e51f945..598ccd2 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -1061,7 +1061,7 @@ gpk_update_viewer_treeview_add_columns_update (GtkTreeView *treeview)
renderer = gpk_cell_renderer_info_new ();
g_object_set (renderer,
"stock-size", GTK_ICON_SIZE_BUTTON,
- "ignore-values", "unknown,normal", NULL);
+ "ignore-values", "unknown", NULL);
gtk_tree_view_column_pack_start (column, renderer, TRUE);
gtk_tree_view_column_add_attribute (column, renderer, "value", GPK_UPDATES_COLUMN_INFO);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]