[epiphany] ephy-web-view: fix compiler warning



commit caa7494c963298c837cdca99f863f9c816b6cd33
Author: Xan Lopez <xan gnome org>
Date:   Tue May 4 11:34:19 2010 +0200

    ephy-web-view: fix compiler warning

 embed/ephy-web-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 380dabd..8f77b12 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]