mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/backend/file/gnc-backend-file.c: Don't need to set the
backend error directly after calling gnc_file_be_get_file_lock(), as get_file_lock will set the backend error itself. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8901 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-07-17 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/backend/file/gnc-backend-file.c: Don't need to set the
|
||||
backend error directly after calling gnc_file_be_get_file_lock(),
|
||||
as get_file_lock will set the backend error itself.
|
||||
|
||||
2003-07-16 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-core/gncInvoice.c: change the description
|
||||
|
||||
@@ -135,7 +135,6 @@ file_session_begin(QofBackend *be_start, QofSession *session, const char *book_i
|
||||
|
||||
if (!ignore_lock && !gnc_file_be_get_file_lock (be))
|
||||
{
|
||||
qof_backend_set_error (be_start, ERR_BACKEND_LOCKED);
|
||||
g_free (be->lockfile); be->lockfile = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user