r18989 - gnucash/trunk/src/gnome - Can't add or update currencies in 2.3.11

Geert Janssens gjanssens at code.gnucash.org
Sat Apr 3 04:13:21 EDT 2010


Author: gjanssens
Date: 2010-04-03 04:13:21 -0400 (Sat, 03 Apr 2010)
New Revision: 18989
Trac: http://svn.gnucash.org/trac/changeset/18989

Modified:
   gnucash/trunk/src/gnome/dialog-price-editor.c
Log:
Can't add or update currencies in 2.3.11
Reported by Markus Scheffler on Apr 2 via gnucash-user ML

Modified: gnucash/trunk/src/gnome/dialog-price-editor.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-price-editor.c	2010-04-02 18:45:08 UTC (rev 18988)
+++ gnucash/trunk/src/gnome/dialog-price-editor.c	2010-04-03 08:13:21 UTC (rev 18989)
@@ -151,7 +151,7 @@
         namespace = gnc_commodity_get_namespace(commodity);
         fullname = gnc_commodity_get_printname(commodity);
         gnc_ui_update_namespace_picker(pedit_dialog->namespace_cbe,
-                                       namespace, DIAG_COMM_NON_CURRENCY);
+                                       namespace, DIAG_COMM_ALL);
         gnc_ui_update_commodity_picker(pedit_dialog->commodity_cbe,
                                        namespace, fullname);
 



More information about the gnucash-changes mailing list