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:
John Ralls
2012-10-27 23:29:22 +00:00
parent c639e6b9f1
commit 88b325dbfd
+1 -1
View File
@@ -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);