From 62dda0e2979ee870f6e21134b8f262d5f80318bd Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 12 Mar 2000 11:12:08 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2074 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 8 ++++++++ src/SplitLedger.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index da9eb77763..4efb793d57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-03-12 Dave Peticolas + + * src/SplitLedger.c (xaccSRDuplicateCurrent): new function to + duplicate the current split or transaction. + + * src/gnome/window-report.c (gnc_run_report): set the busy cursor + while running the report generator. + 2000-03-10 Dave Peticolas * src/gnome/window-main.c (gnc_ui_refresh_statusbar): revise the diff --git a/src/SplitLedger.c b/src/SplitLedger.c index 3a939cff13..bf31b88ddb 100644 --- a/src/SplitLedger.c +++ b/src/SplitLedger.c @@ -647,6 +647,7 @@ xaccSRGetSplitRowCol (SplitRegister *reg, Split *split, Split * xaccSRDuplicateCurrent (SplitRegister *reg) { +#ifdef GNOME SRInfo *info = xaccSRGetInfo(reg); CursorType cursor_type; unsigned int changed; @@ -778,6 +779,7 @@ xaccSRDuplicateCurrent (SplitRegister *reg) gnc_refresh_main_window(); return return_split; +#endif } /* ======================================================== */