aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage-set.c')
-rw-r--r--shell/e-storage-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c
index 3a105b924b..163f98758d 100644
--- a/shell/e-storage-set.c
+++ b/shell/e-storage-set.c
@@ -461,7 +461,7 @@ e_storage_set_new (EFolderTypeRegistry *folder_type_registry)
{
EStorageSet *new;
- new = gtk_type_new (e_storage_set_get_type ());
+ new = g_object_new (e_storage_set_get_type (), NULL);
e_storage_set_construct (new, folder_type_registry);