r18601 - gnucash/trunk/src/gnome - Bug #589320 Price Editor - Currency Namespace does not show up

Geert Janssens gjanssens at code.gnucash.org
Tue Feb 2 06:20:50 EST 2010


Author: gjanssens
Date: 2010-02-02 06:20:49 -0500 (Tue, 02 Feb 2010)
New Revision: 18601
Trac: http://svn.gnucash.org/trac/changeset/18601

Modified:
   gnucash/trunk/src/gnome/dialog-price-editor.c
Log:
Bug #589320 Price Editor - Currency Namespace does not show up

This bug was introduced by r18062 (applying a patch from bug #580281 Entering multiple pices with price editor is tedious)
For some unknown reason, r18062 assumed exchange rates are not supposed to be edited via the Price Editor dialog.

Modified: gnucash/trunk/src/gnome/dialog-price-editor.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-price-editor.c	2010-02-02 02:40:31 UTC (rev 18600)
+++ gnucash/trunk/src/gnome/dialog-price-editor.c	2010-02-02 11:20:49 UTC (rev 18601)
@@ -379,7 +379,7 @@
   pedit_dialog->namespace_cbe = w;
   gtk_combo_box_remove_text(GTK_COMBO_BOX(pedit_dialog->namespace_cbe), 0);
   gnc_cbe_require_list_item(GTK_COMBO_BOX_ENTRY(pedit_dialog->namespace_cbe));
-  gnc_ui_update_namespace_picker(w, NULL, DIAG_COMM_NON_CURRENCY);
+  gnc_ui_update_namespace_picker(w, NULL, DIAG_COMM_ALL);
 
   w = glade_xml_get_widget (xml, "commodity_cbe");
   pedit_dialog->commodity_cbe = w;



More information about the gnucash-changes mailing list