mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Activate newly added string as string freeze exception. That bug was grave enough to justify this.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13840 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-04-24 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/import-export/log-replay/gnc-log-replay.c: Activate newly
|
||||
added string as string freeze exception. That bug was grave enough
|
||||
to justify this.
|
||||
|
||||
r13834 | chris | 2006-04-23 19:01:46 -0400 (Sun, 23 Apr 2006) | 9 lines
|
||||
Changed paths:
|
||||
M /gnucash/trunk/src/register/ledger-core/split-register-control.c
|
||||
|
||||
@@ -534,11 +534,10 @@ void gnc_file_log_replay (void)
|
||||
DEBUG("Filename found: %s",selected_filename);
|
||||
if (xaccFileIsCurrentLog(selected_filename)) {
|
||||
g_warning("Cannot open the current log file: %s", selected_filename);
|
||||
#ifdef STRING_FREEZE_ENDS
|
||||
gnc_error_dialog(NULL,
|
||||
/* Translators: %s is the file name. */
|
||||
_("Cannot open the current log file: %s"),
|
||||
selected_filename);
|
||||
#endif
|
||||
} else {
|
||||
DEBUG("Opening selected file");
|
||||
log_file = fopen(selected_filename, "r");
|
||||
|
||||
Reference in New Issue
Block a user