[epiphany] web-view: unconditionally chain up in constructed



commit 5ab7a85bd6e1616fcb916e5196d7f59f39e064e2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 12 22:32:50 2017 -0600

    web-view: unconditionally chain up in constructed
    
    This check just isn't needed.

 embed/ephy-web-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e2eb734..1273ee8 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -985,8 +985,7 @@ process_crashed_cb (EphyWebView *web_view, gpointer user_data)
 static void
 ephy_web_view_constructed (GObject *object)
 {
-  if (G_OBJECT_CLASS (ephy_web_view_parent_class)->constructed)
-    G_OBJECT_CLASS (ephy_web_view_parent_class)->constructed (object);
+  G_OBJECT_CLASS (ephy_web_view_parent_class)->constructed (object);
 
   g_signal_emit_by_name (ephy_embed_shell_get_default (), "web-view-created", object);
 


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