projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2889f1b
)
Re-commit 30b8774f7f3f7f329af6b041b6c86bad14717534
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Aug 2009 03:40:16 +0000
(23:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Aug 2009 03:40:16 +0000
(23:40 -0400)
Turns out Alex had agreed to this.
gio/giomodule.c
patch
|
blob
|
history
diff --git
a/gio/giomodule.c
b/gio/giomodule.c
index 68f3b7b68da7f7b099bd63de47b563cc39161782..ec5b65039d6a79153efc490fdd2b5d9a1edccfd7 100644
(file)
--- a/
gio/giomodule.c
+++ b/
gio/giomodule.c
@@
-328,6
+328,9
@@
_g_io_modules_ensure_extension_points_registered (void)
ep = g_io_extension_point_register (G_VFS_EXTENSION_POINT_NAME);
g_io_extension_point_set_required_type (ep, G_TYPE_VFS);
+
+ ep = g_io_extension_point_register ("gsettings-backend");
+ g_io_extension_point_set_required_type (ep, G_TYPE_OBJECT);
}
G_UNLOCK (registered_extensions);