[Gnucash-changes] Update the call to a function that just changed.
David Hampton
hampton at cvs.gnucash.org
Sun Jun 5 02:43:47 EDT 2005
Log Message:
-----------
Update the call to a function that just changed.
Tags:
----
gnucash-gnome2-dev
Modified Files:
--------------
gnucash/src/gnome:
gnc-plugin-page-account-tree.c
Revision Data
-------------
Index: gnc-plugin-page-account-tree.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Attic/gnc-plugin-page-account-tree.c,v
retrieving revision 1.1.2.41
retrieving revision 1.1.2.42
diff -Lsrc/gnome/gnc-plugin-page-account-tree.c -Lsrc/gnome/gnc-plugin-page-account-tree.c -u -r1.1.2.41 -r1.1.2.42
--- src/gnome/gnc-plugin-page-account-tree.c
+++ src/gnome/gnc-plugin-page-account-tree.c
@@ -475,7 +475,7 @@
plugin_page = GNC_PLUGIN_PAGE(user_data);
page = GNC_PLUGIN_PAGE_ACCOUNT_TREE (plugin_page);
- gnc_main_window_close_page(GNC_MAIN_WINDOW(plugin_page->window), plugin_page);
+ gnc_main_window_close_page(plugin_page);
}
static GtkWidget *
More information about the gnucash-changes
mailing list