diff options
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | shell/e-shell-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 4f4e5c1b82..0ca0a5a541 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -343,6 +343,9 @@ shell_window_constructed (GObject *object) if (e_shell_get_meego_mode (shell_window->priv->shell) && e_shell_get_small_screen_mode (shell_window->priv->shell)) gtk_window_set_decorated (GTK_WINDOW (object), FALSE); + + if (G_OBJECT_CLASS (e_shell_window_parent_class)->constructed) + G_OBJECT_CLASS (e_shell_window_parent_class)->constructed (object); } static GtkWidget * |