obscure core dump fix

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4292 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.6
Linas Vepstas 25 years ago
parent 8aacbf639b
commit 1786f31bd2

@ -1951,6 +1951,8 @@ pgend_session_end (Backend *bend)
/* prevent further callbacks into backend */
pgendDisable(be);
be->be.book_begin = NULL;
be->be.book_end = NULL;
/* note the logoff time in the session directory */
pgendSessionEnd (be);

@ -142,13 +142,21 @@ Core bugs/features that still need work:
-- distinguish between 'save' and 'save-as' in gnc-book & backend.
-- single-update mode is asking to 'save' data at end of session
fix this (again, ...)
-- clear up end/destroy semantics. After book_end is called,
its not possible to start a new session, since there are
uninitialized pointers. Unles to book is deleted immediately,
everything is hosed. This is a generic backend design problem,
not just an sql bckend problem, that needs fixing.
-- single-update mode pops up a gui dialog to user asking them
to save the data at the end of the sessino. But we've already done
this. So something is marking teh data 'not saved'.
fix this (again ...)
-- allow user to enter URL in GUI dialog, get GUI to remember the URL
-- Implement GUI to ask user for username/password to log onto the
server.
-- Wire in the GUI to ask user for username/password to log onto the
server. (GUI already implemented, just not yet used).
-- add support for rlb's price db

Loading…
Cancel
Save