diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-25 02:44:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-25 02:44:19 +0800 |
commit | 3fb4e4db0026102a716b60c3ea3ed78a87820376 (patch) | |
tree | 369cf8e2ec86cfb6bc3f21f3a03f8f5e1162a4b8 /src/ephy-link.c | |
parent | 90d8eb2d9f1e0d77e7f5f673c8872e23eda52378 (diff) | |
download | gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.gz gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.bz2 gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.lz gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.xz gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.tar.zst gsoc2013-epiphany-3fb4e4db0026102a716b60c3ea3ed78a87820376.zip |
Remove tons of unused marshals.
2004-12-24 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-marshal.list:
Remove tons of unused marshals.
* src/ephy-link.c: (ephy_link_base_init):
Fix marshaler to match actual signal signature.
Diffstat (limited to 'src/ephy-link.c')
-rw-r--r-- | src/ephy-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-link.c b/src/ephy-link.c index 05e8afdb7..6adb758bc 100644 --- a/src/ephy-link.c +++ b/src/ephy-link.c @@ -68,7 +68,7 @@ ephy_link_base_init (gpointer g_class) G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EphyLinkIface, open_link),
ephy_signal_accumulator_object, ephy_tab_get_type,
- ephy_marshal_OBJECT__OBJECT_STRING_FLAGS,
+ ephy_marshal_OBJECT__STRING_OBJECT_FLAGS,
EPHY_TYPE_TAB,
3,
G_TYPE_STRING,
|