mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix last commit, sorry.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16067 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d0f4e853c4
commit
2ffe0b0832
@ -397,7 +397,8 @@ gnc_main_window_summary_refresh (GNCMainSummary * summary)
|
||||
gtk_combo_box_set_model(GTK_COMBO_BOX(summary->totals_combo), NULL);
|
||||
gtk_list_store_clear(summary->datamodel);
|
||||
for (current = g_list_first(currency_list); current; current = g_list_next(current)) {
|
||||
const char *mnemonic, *total_mode_label;
|
||||
const char *mnemonic;
|
||||
gchar *total_mode_label;
|
||||
|
||||
currency_accum = current->data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user