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:
parent
df372b56fe
commit
cad6f350ca
1 changed files with 0 additions and 1 deletions
|
@ -1665,7 +1665,6 @@ setup_dialog (CcPanel *panel, GtkBuilder *builder)
|
||||||
|
|
||||||
column = gtk_tree_view_column_new_with_attributes (_("Action"),
|
column = gtk_tree_view_column_new_with_attributes (_("Action"),
|
||||||
renderer,
|
renderer,
|
||||||
"text", DETAIL_DESCRIPTION_COLUMN,
|
|
||||||
NULL);
|
NULL);
|
||||||
gtk_tree_view_column_set_cell_data_func (column, renderer, description_set_func, NULL, NULL);
|
gtk_tree_view_column_set_cell_data_func (column, renderer, description_set_func, NULL, NULL);
|
||||||
gtk_tree_view_column_set_resizable (column, FALSE);
|
gtk_tree_view_column_set_resizable (column, FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue