mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
* books do not need to generate events
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7291 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2002-10-08 Derek Atkins <derek@ihtfp.com>
|
||||
* books do not need to generate events
|
||||
|
||||
2002-10-07 Derek Atkins <derek@ihtfp.com>
|
||||
* Rename "print invoice" to "printable invoice"
|
||||
|
||||
|
||||
@@ -110,7 +110,9 @@ gnc_book_new (void)
|
||||
gnc_book_init(book);
|
||||
gncObjectBookBegin (book);
|
||||
|
||||
#if 0
|
||||
gnc_engine_generate_event (&book->guid, GNC_EVENT_CREATE);
|
||||
#endif
|
||||
LEAVE ("book=%p", book);
|
||||
return book;
|
||||
}
|
||||
@@ -121,7 +123,9 @@ gnc_book_destroy (GNCBook *book)
|
||||
if (!book) return;
|
||||
|
||||
ENTER ("book=%p", book);
|
||||
#if 0
|
||||
gnc_engine_generate_event (&book->guid, GNC_EVENT_DESTROY);
|
||||
#endif
|
||||
|
||||
gncObjectBookEnd (book);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user