aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-source-selector-dialog.c')
-rw-r--r--e-util/e-source-selector-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-source-selector-dialog.c b/e-util/e-source-selector-dialog.c
index f08c319a77..908370bcf2 100644
--- a/e-util/e-source-selector-dialog.c
+++ b/e-util/e-source-selector-dialog.c
@@ -207,6 +207,9 @@ source_selector_dialog_constructed (GObject *object)
GtkWidget *widget;
gchar *label_text;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_source_selector_dialog_parent_class)->constructed (object);
+
dialog = E_SOURCE_SELECTOR_DIALOG (object);
container = gtk_dialog_get_content_area (GTK_DIALOG (dialog));