git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3892 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-04-04 22:57:48 +00:00
parent 502c7b4fe5
commit f34c9c5463
+2
View File
@@ -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);