aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-uri-schema-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-uri-schema-registry.c')
-rw-r--r--shell/e-uri-schema-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-uri-schema-registry.c b/shell/e-uri-schema-registry.c
index f6a64b06b9..f288bf16f3 100644
--- a/shell/e-uri-schema-registry.c
+++ b/shell/e-uri-schema-registry.c
@@ -125,7 +125,7 @@ e_uri_schema_registry_new (void)
{
EUriSchemaRegistry *registry;
- registry = gtk_type_new (e_uri_schema_registry_get_type ());
+ registry = g_object_new (e_uri_schema_registry_get_type (), NULL);
return registry;
}