aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-11-25 20:54:29 +0800
committerChristian Persch <chpe@src.gnome.org>2003-11-25 20:54:29 +0800
commit6d59637c20fcc7b24c87257a195230c4fbb284b5 (patch)
tree5e30db472984e504803bc5e457ede83ada4b357f
parent2a6bad3182b6ab84ff58521990e513aa4a2a87f9 (diff)
downloadgsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar.gz
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar.bz2
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar.lz
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar.xz
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.tar.zst
gsoc2013-epiphany-6d59637c20fcc7b24c87257a195230c4fbb284b5.zip
Fix marshaller type.
2003-11-25 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-cookie-manager.c: (ephy_cookie_manager_base_init): Fix marshaller type.
-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);