aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-storage.c')
-rw-r--r--shell/e-corba-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-corba-storage.c b/shell/e-corba-storage.c
index e90411b7d9..b94f796e8a 100644
--- a/shell/e-corba-storage.c
+++ b/shell/e-corba-storage.c
@@ -731,7 +731,7 @@ e_corba_storage_new (const GNOME_Evolution_Storage storage_interface,
g_return_val_if_fail (storage_interface != CORBA_OBJECT_NIL, NULL);
g_return_val_if_fail (name != NULL, NULL);
- new = gtk_type_new (e_corba_storage_get_type ());
+ new = g_object_new (e_corba_storage_get_type (), NULL);
e_corba_storage_construct (E_CORBA_STORAGE (new),
storage_interface, name);