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:
David Hampton 2007-02-19 23:00:24 +00:00
parent 93700f40df
commit c8e74e95e1

View File

@ -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 */