mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "- Report options, Account Selection, "select all" => not all accounts selected, only visible ones"
This reverts commit e69689faa2
.
Reversion reason: The bug number got lost somewhere
This commit is contained in:
parent
e69689faa2
commit
4ed4aa4b70
@ -697,7 +697,6 @@ gnc_option_account_select_all_cb(GtkWidget *widget, gpointer data)
|
||||
GtkTreeSelection *selection;
|
||||
|
||||
tree_view = GNC_TREE_VIEW_ACCOUNT(gnc_option_get_gtk_widget (option));
|
||||
gtk_tree_view_expand_all(GTK_TREE_VIEW(tree_view));
|
||||
selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_view));
|
||||
gtk_tree_selection_select_all(selection);
|
||||
gnc_option_changed_widget_cb(widget, option);
|
||||
|
Loading…
Reference in New Issue
Block a user