From 6d59637c20fcc7b24c87257a195230c4fbb284b5 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 25 Nov 2003 12:54:29 +0000 Subject: Fix marshaller type. 2003-11-25 Christian Persch * embed/ephy-cookie-manager.c: (ephy_cookie_manager_base_init): Fix marshaller type. --- embed/ephy-cookie-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-cookie-manager.c b/embed/ephy-cookie-manager.c index a2c6805fc..bc3590a58 100644 --- a/embed/ephy-cookie-manager.c +++ b/embed/ephy-cookie-manager.c @@ -142,7 +142,7 @@ ephy_cookie_manager_base_init (gpointer base_iface) G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (EphyCookieManagerIFace, added), NULL, NULL, - g_cclosure_marshal_VOID__POINTER, + g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, EPHY_TYPE_COOKIE); -- cgit v1.2.3