aboutsummaryrefslogtreecommitdiffstats
path: root/modules/connman/evolution-connman.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/connman/evolution-connman.c')
-rw-r--r--modules/connman/evolution-connman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c
index cf91198d90..30155c9ed3 100644
--- a/modules/connman/evolution-connman.c
+++ b/modules/connman/evolution-connman.c
@@ -180,8 +180,8 @@ network_manager_constructed (GObject *object)
{
network_manager_connect (E_CONNMAN (object));
- if (G_OBJECT_CLASS (e_connman_parent_class)->constructed)
- G_OBJECT_CLASS (e_connman_parent_class)->constructed (object);
+ /* Chain up to parent's constructed() method. */
+ G_OBJECT_CLASS (e_connman_parent_class)->constructed (object);
}
static void