aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-taskbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-taskbar.c')
-rw-r--r--shell/e-shell-taskbar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-taskbar.c b/shell/e-shell-taskbar.c
index 9be7c1564e..41863b6750 100644
--- a/shell/e-shell-taskbar.c
+++ b/shell/e-shell-taskbar.c
@@ -272,6 +272,9 @@ shell_taskbar_constructed (GObject *object)
gtk_widget_set_size_request (GTK_WIDGET (shell_taskbar), 0, -1);
e_extensible_load_extensions (E_EXTENSIBLE (object));
+
+ if (G_OBJECT_CLASS (e_shell_taskbar_parent_class)->constructed)
+ G_OBJECT_CLASS (e_shell_taskbar_parent_class)->constructed (object);
}
static void