mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
but gix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@606 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user