keyboard: Don't set the "text" property

It won't be used, we're using a function to set the text a line below.
This commit is contained in:
Bastien Nocera 2012-02-14 19:18:40 +00:00
parent df372b56fe
commit cad6f350ca

View file

@ -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);