mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove extra argument to gtk_list_store_set. Fixes #409758.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15635 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
93700f40df
commit
c8e74e95e1
@ -431,7 +431,7 @@ gnc_lot_viewer_fill (GNCLotViewer *lv)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gtk_list_store_set(store, &iter, LOT_COL_CLOSE, cbuff, _("Open"), -1);
|
gtk_list_store_set(store, &iter, LOT_COL_CLOSE, _("Open"), -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Title */
|
/* Title */
|
||||||
|
Loading…
Reference in New Issue
Block a user