If "marshal" says OBJECT use G_TYPE_OBJECT instead of _POINTER

This fixes a crash in a full debug build.
This commit is contained in:
André Stösel 2012-09-18 22:20:22 +02:00 committed by Christian Dywan
parent b8f2e25698
commit 5f8cd5c12d
1 changed files with 1 additions and 1 deletions

View File

@ -1905,7 +1905,7 @@ midori_browser_class_init (MidoriBrowserClass* class)
NULL,
midori_cclosure_marshal_VOID__OBJECT_OBJECT,
G_TYPE_NONE, 2,
G_TYPE_POINTER, G_TYPE_POINTER);
G_TYPE_OBJECT, G_TYPE_OBJECT);
signals[ACTIVATE_ACTION] = g_signal_new (
"activate-action",