mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix typo from r22448
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22457 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1916,7 +1916,7 @@ gnc_split_reg2_enter (GNCSplitReg2 *gsr, gboolean next_transaction) //this works
|
||||
}
|
||||
|
||||
/* First record the transaction */
|
||||
if (gnc_tree_view_split_reg_enter (view));
|
||||
if (gnc_tree_view_split_reg_enter (view))
|
||||
{
|
||||
if (!goto_blank && next_transaction)
|
||||
gnc_tree_view_split_reg_expand_current_trans (view, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user