aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shortcuts-view-model.c')
-rw-r--r--shell/e-shortcuts-view-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shortcuts-view-model.c b/shell/e-shortcuts-view-model.c
index 86ff02158a..7c7bc6bded 100644
--- a/shell/e-shortcuts-view-model.c
+++ b/shell/e-shortcuts-view-model.c
@@ -331,7 +331,7 @@ e_shortcuts_view_model_new (EShortcuts *shortcuts)
g_return_val_if_fail (shortcuts != NULL, NULL);
g_return_val_if_fail (E_IS_SHORTCUTS (shortcuts), NULL);
- new = gtk_type_new (e_shortcuts_view_model_get_type ());
+ new = g_object_new (e_shortcuts_view_model_get_type (), NULL);
e_shortcuts_view_model_construct (new, shortcuts);