mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
34b3b80daa
commit
6fdfc34954
@ -141,9 +141,10 @@ gnc_table_model_set_entry_handler (TableModel *model,
|
||||
int cell_type)
|
||||
{
|
||||
g_return_if_fail (model != NULL);
|
||||
g_return_if_fail (cell_type < 0);
|
||||
g_return_if_fail (cell_type >= 0);
|
||||
|
||||
gnc_table_model_handler_hash_insert (model->entry_handlers, cell_type,
|
||||
gnc_table_model_handler_hash_insert (model->entry_handlers,
|
||||
cell_type,
|
||||
entry_handler);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user