aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-shell-view.c')
-rw-r--r--shell/evolution-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-view.c b/shell/evolution-shell-view.c
index 340a9b04d3..943d981ee1 100644
--- a/shell/evolution-shell-view.c
+++ b/shell/evolution-shell-view.c
@@ -230,7 +230,7 @@ init (EvolutionShellView *shell_view)
EvolutionShellView *
evolution_shell_view_new (void)
{
- return gtk_type_new (evolution_shell_view_get_type ());
+ return g_object_new (evolution_shell_view_get_type (), NULL);
}