mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user