diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | embed/ephy-embed.c | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -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: |