patches from Dave peticolas Sun, 21 Nov 1999 15:30:07 -0800

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1968 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Linas Vepstas 27 years ago
parent e7497bbfd1
commit 280c115320

@ -299,7 +299,7 @@ gncFileQIFImport (void)
int io_error, uh_oh = 0;
AccountGroup *newgrp;
newfile = fileBox( OPEN_STR, "*.qif");
newfile = fileBox(IMPORT_QIF_STR, "*.qif");
if (!newfile) return;
/* load the accounts from the file the user specified */

@ -458,8 +458,8 @@ xaccRegisterCountHack (SplitRegister *splitreg)
while (regData) {
if (splitreg == regData->ledger) {
xaccSRCountRows (splitreg,
xaccAccountGetSplitList (regData->leader),
regData->leader);
xaccQueryGetSplits (regData->query),
regData->leader);
return;
}
n++; regData = fullList[n];

Loading…
Cancel
Save