summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-02-14 19:18:40 +0000
committerBastien Nocera <hadess@hadess.net>2012-02-22 13:34:29 +0100
commit7ae2866c5714ec55a98ba675eb371c6e98a5f1cf (patch)
treef4250e20d7e8d4b09d9ef27a27e782e189eb4a16
parente4f18c350ca6a1ffe75438686e2a5c8054f8571d (diff)
downloadgnome-control-center-7ae2866c5714ec55a98ba675eb371c6e98a5f1cf.tar.gz
keyboard: Don't set the "text" property
It won't be used, we're using a function to set the text a line below.
-rw-r--r--panels/keyboard/keyboard-shortcuts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/panels/keyboard/keyboard-shortcuts.c b/panels/keyboard/keyboard-shortcuts.c
index 21968e1b7..42f22492f 100644
--- a/panels/keyboard/keyboard-shortcuts.c
+++ b/panels/keyboard/keyboard-shortcuts.c
@@ -1777,7 +1777,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);