Save a QofBook instead of its GUID in the list of books in plugin pages. This should renable the deletion of some plugin pages.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13618 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2006-03-13 17:07:12 +00:00
parent 7da11565e0
commit 8d45bae07c
2 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2006-03-13 Andreas Köhler <andi5.py@gmx.net>
* src/gnome-utils/gnc-plugin-page.c (gnc_plugin_page_add_book):
Save a QofBook instead of its GUID in the list of books. This
should renable the deletion of some plugin pages.
2006-03-13 Christian Stimming <stimming@tuhh.de>
* */*.scm: Reduce debug stack size from 2,000,000 to 200,000