diff options
Diffstat (limited to 'shell/e-uri-schema-registry.c')
-rw-r--r-- | shell/e-uri-schema-registry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-uri-schema-registry.c b/shell/e-uri-schema-registry.c index 5646870925..1136cb92a6 100644 --- a/shell/e-uri-schema-registry.c +++ b/shell/e-uri-schema-registry.c @@ -116,6 +116,8 @@ init (EUriSchemaRegistry *uri_schema_registry) priv->schema_to_handler = g_hash_table_new (g_str_hash, g_str_equal); uri_schema_registry->priv = priv; + + GTK_OBJECT_UNSET_FLAGS (uri_schema_registry, GTK_FLOATING); } |