diff options
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r-- | shell/e-shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index e05d688812..c76a12cbd1 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -779,7 +779,7 @@ e_shortcuts_new_from_file (EShell *shell, g_return_val_if_fail (E_IS_SHELL (shell), NULL); g_return_val_if_fail (file_name != NULL, NULL); - new = gtk_type_new (e_shortcuts_get_type ()); + new = g_object_new (e_shortcuts_get_type (), NULL); e_shortcuts_construct (new, shell); if (! e_shortcuts_load (new, file_name)) |