Bug 796806 - Crash after OFX import if line item dragged

Prevent the import rows being dragged to a different order.
This commit is contained in:
Robert Fewell 2018-11-03 10:51:12 +00:00 committed by Geert Janssens
parent 10377c51e2
commit 3cc05792ca

View File

@ -476,6 +476,9 @@ gnc_gen_trans_init_view (GNCImportMainMatcher *info,
gtk_tree_view_set_model(view, GTK_TREE_MODEL(store));
g_object_unref(store);
/* prevent the rows being dragged to a different order */
gtk_tree_view_set_reorderable (view, FALSE);
/* Add the columns *
* (keep the line break below to avoid a translator comment) */
add_text_column(view,