aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-comp-editor-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-comp-editor-registry.c')
-rw-r--r--calendar/gui/e-comp-editor-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-comp-editor-registry.c b/calendar/gui/e-comp-editor-registry.c
index e03c977735..ba02d3271e 100644
--- a/calendar/gui/e-comp-editor-registry.c
+++ b/calendar/gui/e-comp-editor-registry.c
@@ -110,7 +110,7 @@ e_comp_editor_registry_get_type (void)
GtkObject *
e_comp_editor_registry_new (void)
{
- return gtk_type_new (E_TYPE_COMP_EDITOR_REGISTRY);
+ return g_object_new (E_TYPE_COMP_EDITOR_REGISTRY, NULL);
}
void