r13012 - gnucash/trunk - Be a bit more defensive about the plugin page's window being a GncWindow, not necessarily a GtkWindow.

Joshua Sled jsled at cvs.gnucash.org
Sat Jan 28 17:42:12 EST 2006


Author: jsled
Date: 2006-01-28 17:42:10 -0500 (Sat, 28 Jan 2006)
New Revision: 13012
Trac: http://svn.gnucash.org/trac/changeset/13012

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Be a bit more defensive about the plugin page's window being a GncWindow, not necessarily a GtkWindow.
2006-01-28  Joshua Sled  <jsled at asynchronous.org>

	* src/gnome/gnc-plugin-page-register.c (gnc_plugin_page_register_cmd_reverse_transaction) 
	(gnc_plugin_page_register_cmd_view_sort_by) 
	(gnc_plugin_page_register_cmd_view_filter_by) 
	(gnc_plugin_page_register_cmd_transfer) 
	(gnc_plugin_page_register_cmd_reconcile) 
	(gnc_plugin_page_register_cmd_jump): Treat
	GNC_PLUGIN_PAGE(page)->window as a GncWindow, not necessarily and
	immediately a GtkWindow; fixes issues with GTK cast warnings on
	GncEmbeddedWindow usages of the register.





More information about the gnucash-patches mailing list