aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage-listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage-listener.c')
-rw-r--r--shell/evolution-storage-listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage-listener.c b/shell/evolution-storage-listener.c
index d9bd3c6aa5..a0b82dc3c1 100644
--- a/shell/evolution-storage-listener.c
+++ b/shell/evolution-storage-listener.c
@@ -338,7 +338,7 @@ evolution_storage_listener_new (void)
EvolutionStorageListenerPrivate *priv;
GNOME_Evolution_StorageListener corba_objref;
- new = gtk_type_new (evolution_storage_listener_get_type ());
+ new = g_object_new (evolution_storage_listener_get_type (), NULL);
priv = new->priv;
priv->servant = create_servant (new);