]> granicus.if.org Git - postgis/commitdiff
Allow manual resizing of the filename column within shp2pgsql-gui if required, as...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 9 Jan 2012 17:55:12 +0000 (17:55 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 9 Jan 2012 17:55:12 +0000 (17:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8724 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-gui.c

index 5b99a36be50be4acce83765fed8311f094c97e68..6e699bddc1789df2224bce5853c38cade804e751 100644 (file)
@@ -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 */