[gnome-control-center] keyboard: Don't set the "text" property
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] keyboard: Don't set the "text" property
- Date: Tue, 14 Feb 2012 19:38:04 +0000 (UTC)
commit cad6f350cae692890b765720dcdef528d20c4c9c
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 14 19:18:40 2012 +0000
keyboard: Don't set the "text" property
It won't be used, we're using a function to set the text a line below.
panels/keyboard/keyboard-shortcuts.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/keyboard-shortcuts.c b/panels/keyboard/keyboard-shortcuts.c
index 796e9dd..57029a8 100644
--- a/panels/keyboard/keyboard-shortcuts.c
+++ b/panels/keyboard/keyboard-shortcuts.c
@@ -1665,7 +1665,6 @@ setup_dialog (CcPanel *panel, GtkBuilder *builder)
column = gtk_tree_view_column_new_with_attributes (_("Action"),
renderer,
- "text", DETAIL_DESCRIPTION_COLUMN,
NULL);
gtk_tree_view_column_set_cell_data_func (column, renderer, description_set_func, NULL, NULL);
gtk_tree_view_column_set_resizable (column, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]