Glib 2.9 requires GdkEvents to be marked as BOXED instead of POINTER.

Fixes #326056.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12914 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-01-21 04:45:33 +00:00
parent dffd616761
commit 433261724b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2006-01-20 David Hampton <hampton@employees.org>
* src/register/register-gnome/gnucash-item-list.c: Glib 2.9
requires GdkEvents to be marked as BOXED instead of POINTER.
Fixes #326056.
2006-01-20 Derek Atkins <derek@ihtfp.com>
* src/bin/gnucash-bin.c: Load config.auto AND config.user files.

View File

@@ -340,7 +340,7 @@ gnc_item_list_class_init (GncItemListClass *item_list_class)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET(GncItemListClass, key_press_event),
NULL, NULL,
g_cclosure_marshal_VOID__POINTER,
g_cclosure_marshal_VOID__BOXED,
G_TYPE_NONE, 1,
GDK_TYPE_EVENT);