[gnome-control-center] The columns in the layout list sorted



commit c5514646364a6356039698c456a725983cb90364
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Fri Dec 4 21:54:40 2009 +0000

    The columns in the layout list sorted
    
    Thanks to Vincent, well spotted
    https://bugzilla.gnome.org/show_bug.cgi?id=603804

 .../keyboard/gnome-keyboard-properties-xkblt.c     |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/capplets/keyboard/gnome-keyboard-properties-xkblt.c b/capplets/keyboard/gnome-keyboard-properties-xkblt.c
index 761f812..39d9225 100644
--- a/capplets/keyboard/gnome-keyboard-properties-xkblt.c
+++ b/capplets/keyboard/gnome-keyboard-properties-xkblt.c
@@ -226,8 +226,7 @@ xkb_layouts_prepare_selected_tree (GtkBuilder * dialog,
 				   GConfChangeSet * changeset)
 {
 	GtkListStore *list_store =
-	    gtk_list_store_new (3, G_TYPE_STRING, G_TYPE_BOOLEAN,
-				G_TYPE_STRING);
+	    gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING);
 	GtkWidget *tree_view = WID ("xkb_layouts_selected");
 	GtkTreeSelection *selection;
 	GtkTargetEntry self_drag_target =



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