[Gnucash-changes] r13840 - gnucash/trunk - Activate newly added string as string freeze exception. That bug was grave enough to justify this.

Christian Stimming cstim at cvs.gnucash.org
Mon Apr 24 04:23:05 EDT 2006


Author: cstim
Date: 2006-04-24 04:23:03 -0400 (Mon, 24 Apr 2006)
New Revision: 13840
Trac: http://svn.gnucash.org/trac/changeset/13840

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c
Log:
Activate newly added string as string freeze exception. That bug was grave enough to justify this.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-24 02:00:39 UTC (rev 13839)
+++ gnucash/trunk/ChangeLog	2006-04-24 08:23:03 UTC (rev 13840)
@@ -1,3 +1,9 @@
+2006-04-24   Christian Stimming <stimming at 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

Modified: gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c	2006-04-24 02:00:39 UTC (rev 13839)
+++ gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c	2006-04-24 08:23:03 UTC (rev 13840)
@@ -534,11 +534,10 @@
       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");



More information about the gnucash-changes mailing list