From: Mark Cave-Ayland Date: Mon, 9 Jan 2012 17:55:12 +0000 (+0000) Subject: Allow manual resizing of the filename column within shp2pgsql-gui if required, as... X-Git-Tag: 2.0.0alpha1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc6d355f15d8b39b25d958094d5c3bdb3b233781;p=postgis 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 --- 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 */