aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/ephy-cookie-manager.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 213ce58b6..7842fd690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-11-25 Christian Persch <chpe@cvs.gnome.org>
+ * embed/ephy-cookie-manager.c: (ephy_cookie_manager_base_init):
+
+ Fix marshaller type.
+
+2003-11-25 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphySingle.cpp:
Make it compile with mozilla < 1.5.
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);