From cc6d355f15d8b39b25d958094d5c3bdb3b233781 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Mon, 9 Jan 2012 17:55:12 +0000 Subject: [PATCH] Allow manual resizing of the filename column within shp2pgsql-gui if required, as per request from Regina. git-svn-id: http://svn.osgeo.org/postgis/trunk@8724 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shp2pgsql-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/shp2pgsql-gui.c b/loader/shp2pgsql-gui.c index 5b99a36be..6e699bddc 100644 --- a/loader/shp2pgsql-gui.c +++ b/loader/shp2pgsql-gui.c @@ -1899,7 +1899,7 @@ pgui_create_file_table(GtkWidget *frame_shape) "text", FILENAME_COLUMN, NULL); - g_object_set(filename_column, "resizable", TRUE, "sizing", GTK_TREE_VIEW_COLUMN_AUTOSIZE, NULL); + g_object_set(filename_column, "resizable", TRUE, NULL); gtk_tree_view_append_column(GTK_TREE_VIEW(tree), filename_column); /* Schema Field */ -- 2.40.0