aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-05-04 17:34:19 +0800
committerXan Lopez <xan@gnome.org>2010-05-04 17:34:19 +0800
commitcaa7494c963298c837cdca99f863f9c816b6cd33 (patch)
tree480e96269c4b3d99723b3d2cb826c8681d2be014 /embed
parent197ed17e55c3f2999f0f193fbc3ef8b825e7b5c3 (diff)
downloadgsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar.gz
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar.bz2
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar.lz
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar.xz
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.tar.zst
gsoc2013-epiphany-caa7494c963298c837cdca99f863f9c816b6cd33.zip
ephy-web-view: fix compiler warning
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 380dabd94..8f77b120a 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1786,7 +1786,7 @@ ephy_web_view_class_init (EphyWebViewClass *klass)
g_signal_new ("loading-homepage",
EPHY_TYPE_WEB_VIEW,
G_SIGNAL_RUN_FIRST,
- NULL, NULL, NULL,
+ 0, NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE,
0);