mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
af6fbfd6ca
commit
9e1e5282c0
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user