aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-extension.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-extension.c')
-rw-r--r--e-util/e-extension.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-extension.c b/e-util/e-extension.c
index 75caf5adf4..1bcef90d76 100644
--- a/e-util/e-extension.c
+++ b/e-util/e-extension.c
@@ -127,6 +127,9 @@ extension_constructed (GObject *object)
/* This allows subclasses to chain up safely since GObject
* does not implement this method, and we might want to do
* something here in the future. */
+
+ if (G_OBJECT_CLASS (e_extension_parent_class)->constructed)
+ G_OBJECT_CLASS (e_extension_parent_class)->constructed (object);
}
static void