mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 23:58:03 -05:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3898 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user