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@3892 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -374,6 +374,8 @@ gnc_ui_update_namespace_picker(GtkWidget * combobox,
|
||||
active = "CURRENCY";
|
||||
init_string = GNC_COMMODITY_NS_ISO;
|
||||
}
|
||||
else
|
||||
init_string = active;
|
||||
|
||||
gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(combobox)->entry), active);
|
||||
g_list_free(namespaces);
|
||||
|
||||
Reference in New Issue
Block a user