r12219 - gnucash/trunk/src - Move functions from GncPluginPageAccountTree to GncTreeViewAccount

Chris Shoemaker chris at cvs.gnucash.org
Fri Dec 30 23:47:53 EST 2005


Author: chris
Date: 2005-12-30 23:47:52 -0500 (Fri, 30 Dec 2005)
New Revision: 12219
Trac: http://svn.gnucash.org/trac/changeset/12219

Modified:
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.h
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.c
   gnucash/trunk/src/gnome/gnc-plugin-page-account-tree.h
Log:
Move functions from GncPluginPageAccountTree to GncTreeViewAccount

The reason GncPluginPageBudget keeps wanting to use functions in
GncPluginPageAccountTree is that they both use GncTreeViewAccount.

So, we're moving those functions (the account view filter functions
and the account view save/restore functions) into
gnc-tree-view-account.  Along the way, we're also narrowing the
argument types from GtkTreeView to GncTreeViewAccount to avoid
unnecessary down-casting.





More information about the gnucash-patches mailing list