aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-source-selector.c')
-rw-r--r--e-util/e-source-selector.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-source-selector.c b/e-util/e-source-selector.c
index e540248047..2952e4b1f5 100644
--- a/e-util/e-source-selector.c
+++ b/e-util/e-source-selector.c
@@ -885,6 +885,9 @@ source_selector_constructed (GObject *object)
ESourceSelector *selector;
gulong handler_id;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_source_selector_parent_class)->constructed (object);
+
selector = E_SOURCE_SELECTOR (object);
registry = e_source_selector_get_registry (selector);