diff options
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r-- | shell/e-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-storage.c b/shell/e-storage.c index 4d2a924b42..62ae4b9e77 100644 --- a/shell/e-storage.c +++ b/shell/e-storage.c @@ -358,7 +358,7 @@ e_storage_new (const char *name, { EStorage *new; - new = gtk_type_new (e_storage_get_type ()); + new = g_object_new (e_storage_get_type (), NULL); e_storage_construct (new, name, root_folder); |