git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3898 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-04-05 23:16:39 +00:00
parent ed81862b36
commit 0a855b597e
+3 -1
View File
@@ -369,7 +369,9 @@ gnc_ui_update_namespace_picker(GtkWidget * combobox,
else
active = "";
if (safe_strcmp (active, GNC_COMMODITY_NS_ISO) == 0)
if (safe_strcmp (active, GNC_COMMODITY_NS_ISO) == 0 ||
safe_strcmp (active, "CURRENCY") == 0 ||
safe_strcmp (init_string, "CURRENCY") == 0)
{
active = "CURRENCY";
init_string = GNC_COMMODITY_NS_ISO;