[gnome-packagekit] trivial: fix a runtime warning in the package installer
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] trivial: fix a runtime warning in the package installer
- Date: Tue, 16 Aug 2011 14:28:30 +0000 (UTC)
commit 3a4a7cd933933cc6112a43269f756f439cfa244f
Author: Richard Hughes <richard hughsie com>
Date: Tue Aug 16 15:26:53 2011 +0100
trivial: fix a runtime warning in the package installer
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 6a90275..ef4cf82 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -2139,7 +2139,7 @@ gpk_application_groups_add_columns (GtkTreeView *treeview)
/* TRANSLATORS: column for group name */
column = gtk_tree_view_column_new_with_attributes (_("Name"), renderer,
"text", GROUPS_COLUMN_NAME,
- "text", GROUPS_COLUMN_SUMMARY, NULL);
+ NULL);
gtk_tree_view_column_set_sort_column_id (column, GROUPS_COLUMN_NAME);
gtk_tree_view_append_column (treeview, column);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]