* src/gnome/reconcile-list.c: our parent is a gnc-query-list, not

a clist.  Fix a bug so we properly call the parent destroy function.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9031 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-08-10 19:03:26 +00:00
parent af6fbfd6ca
commit 9e1e5282c0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-10 Derek Atkins <derek@ihtfp.com>
* src/gnome/reconcile-list.c: our parent is a gnc-query-list, not
a clist. Fix a bug so we properly call the parent destroy function.
2003-08-03 Derek Atkins <derek@ihtfp.com>
* src/gnome/druid-loan.c: Apply patch to fix a number of

View File

@ -238,7 +238,7 @@ gnc_reconcile_list_class_init (GNCReconcileListClass *klass)
widget_class = (GtkWidgetClass*) klass;
container_class = (GtkContainerClass*) klass;
parent_class = gtk_type_class(GTK_TYPE_CLIST);
parent_class = gtk_type_class(GTK_TYPE_GNC_QUERY_LIST);
reconcile_list_signals[TOGGLE_RECONCILED] =
gtk_signal_new("toggle_reconciled",