mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Another double g_object_unref in 998e14c107
This commit is contained in:
parent
8e144c2d5c
commit
b6cbc97865
@ -1564,7 +1564,6 @@ void CsvImpTransAssist::preview_refresh_table ()
|
|||||||
}
|
}
|
||||||
gtk_tree_view_set_model (treeview, GTK_TREE_MODEL(store));
|
gtk_tree_view_set_model (treeview, GTK_TREE_MODEL(store));
|
||||||
gtk_tree_view_set_tooltip_column (treeview, PREV_COL_ERROR);
|
gtk_tree_view_set_tooltip_column (treeview, PREV_COL_ERROR);
|
||||||
g_object_unref (store);
|
|
||||||
|
|
||||||
/* Adjust treeview to go with the just created model. This consists of adding
|
/* Adjust treeview to go with the just created model. This consists of adding
|
||||||
* or removing columns and resetting any parameters related to how
|
* or removing columns and resetting any parameters related to how
|
||||||
|
Loading…
Reference in New Issue
Block a user