[gnome-control-center/gnome-3-2] keyboard: Don't set the "text" property



commit 7ae2866c5714ec55a98ba675eb371c6e98a5f1cf
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 21968e1..42f2249 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]