From 7e0137eccceb4c3df97dce3fd9a6bcd2c1f14b83 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 6 Mar 2004 23:34:51 +0000 Subject: Patch from John Ehresman to avoid unwanted sorting of autocompletion lists. --- gtk/PlatGTK.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 3cdc0abfd..c37ff56ca 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -1859,9 +1859,6 @@ void ListBoxX::Create(Window &, int, int, bool) { gtk_container_add(GTK_CONTAINER(PWidget(scroller)), PWidget(list)); gtk_widget_show(PWidget(list)); - gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(store), - TEXT_COLUMN, GTK_SORT_ASCENDING); - gtk_signal_connect(GTK_OBJECT(PWidget(list)), "button_press_event", GTK_SIGNAL_FUNC(ButtonPress), this); #endif -- cgit v1.2.3