gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Mar 23 16:44:04 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/f168cb2e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f7b0cb65 (commit)
	from  https://github.com/Gnucash/gnucash/commit/139e3ea5 (commit)



commit f168cb2e1f777bdb7ed12a0456b0ad5481b7cc68
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Mar 23 21:42:53 2016 +0100

    Revert "Bug 118391 - Long currency names untranslated"
    
    This reverts commit 9f984c05ebfa3957453ddd009308d2cfc53b4e7f.
    
    The change causes the windows build to crash. Needs more
    investigation.

diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c
index 8514ee6..c1c74d5 100644
--- a/src/bin/gnucash-bin.c
+++ b/src/bin/gnucash-bin.c
@@ -729,7 +729,6 @@ main(int argc, char ** argv)
 #ifdef HAVE_GETTEXT
     {
         gchar *localedir = gnc_path_get_localedir();
-        bindtextdomain("iso_4217", localedir); // For win32 to find currency name translations
         bindtextdomain(GETTEXT_PACKAGE, localedir);
         textdomain(GETTEXT_PACKAGE);
         bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");

commit f7b0cb65bc1fbf88eab5f4bf84eb8aec226fdb62
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Mar 23 21:28:45 2016 +0100

    Disable debug message that got enabled by accident last year

diff --git a/src/report/standard-reports/transaction.scm b/src/report/standard-reports/transaction.scm
index f010b8b..85bb537 100644
--- a/src/report/standard-reports/transaction.scm
+++ b/src/report/standard-reports/transaction.scm
@@ -1472,7 +1472,7 @@ Credit Card, and Income accounts.")))))
 
           (set! splits (qof-query-run query))
 
-          (gnc:warn "Splits in trep-renderer:" splits)
+          ;;(gnc:warn "Splits in trep-renderer:" splits)
 
 	  ;;(gnc:warn "Filter account names:" (get-other-account-names c_account_2))
 



Summary of changes:
 src/bin/gnucash-bin.c                       | 1 -
 src/report/standard-reports/transaction.scm | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)



More information about the gnucash-changes mailing list