Skip to content

Commit 1e3027e

Browse files
committed
Merge Sherlock's save-account-page into stable.
2 parents 2551b7f + 3c08434 commit 1e3027e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gnucash/gnome/gnc-plugin-page-account-tree.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,11 +767,9 @@ gnc_plugin_page_account_tree_destroy_widget (GncPluginPage *plugin_page)
767767
gnc_prefs_remove_cb_by_func(GNC_PREFS_GROUP_ACCT_SUMMARY, GNC_PREF_END_PERIOD,
768768
(gpointer)accounting_period_changed_cb, page);
769769

770-
// Save account filter state information to account section
770+
// Save account filter state information to account section
771771
gnc_tree_view_account_save_filter (GNC_TREE_VIEW_ACCOUNT(priv->tree_view), &priv->fd,
772772
gnc_state_get_current(), gnc_tree_view_get_state_section (GNC_TREE_VIEW(priv->tree_view)));
773-
g_object_unref(G_OBJECT(priv->tree_view));
774-
priv->tree_view = NULL;
775773

776774
// Destroy the filter override hash table
777775
g_hash_table_destroy(priv->fd.filter_override);

0 commit comments

Comments
 (0)