aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2005-01-04 08:10:15 +0800
committerAdam Hooper <adamh@src.gnome.org>2005-01-04 08:10:15 +0800
commit2bf2276465286be9c713b7dbaa26bea6f05563a0 (patch)
tree2ee485d76d465eb9dc0ad8af26d773f15b43682e
parent428d89af2b31fc5dc14d4c64437b46baa4ad7b1c (diff)
downloadgsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar.gz
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar.bz2
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar.lz
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar.xz
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.tar.zst
gsoc2013-epiphany-2bf2276465286be9c713b7dbaa26bea6f05563a0.zip
Use G_TYPE_STRING instead of G_TYPE_POINTER for address and features
of ge-popup-blocked signal.
-rw-r--r--ChangeLog7
-rw-r--r--embed/ephy-embed.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 24651c3d8..cd8e8891d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-03 Adam Hooper <adamh@cvs.gnome.org>
+
+ * embed/ephy-embed.c: (ephy_embed_base_init):
+
+ Use G_TYPE_STRING instead of G_TYPE_POINTER for address and features
+ of ge-popup-blocked signal.
+
2005-01-03 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-state.c: (ephy_state_window_flags_get_type):
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 7fccf6cc4..4b10947fa 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -212,8 +212,8 @@ ephy_embed_base_init (gpointer g_class)
ephy_marshal_VOID__STRING_STRING,
G_TYPE_NONE,
2,
- G_TYPE_POINTER,
- G_TYPE_POINTER);
+ G_TYPE_STRING,
+ G_TYPE_STRING);
/**
* EphyEmbed::ge-context-menu:
* @embed: