diff options
author | Adam Hooper <adamh@src.gnome.org> | 2005-01-04 08:10:15 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2005-01-04 08:10:15 +0800 |
commit | 2bf2276465286be9c713b7dbaa26bea6f05563a0 (patch) | |
tree | 2ee485d76d465eb9dc0ad8af26d773f15b43682e /embed | |
parent | 428d89af2b31fc5dc14d4c64437b46baa4ad7b1c (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |