git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@606 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
1998-03-08 22:11:21 +00:00
parent 1903c5b9a2
commit 7901c4592e

View File

@@ -51,7 +51,7 @@ static void
plot(GtkButton *button, gpointer data) {
GtkWidget *list = GTK_WIDGET(data);
GList *selection = GTK_LIST(list)->selection;
g_list_foreach(selection, mangle_account, NULL);
g_list_foreach(selection, graph_account_balance_per_transaction, NULL);
}
static GtkWidget *