mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
10377c51e2
commit
3cc05792ca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user