[dconf] Fix bug that broke gio-querymodule
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Fix bug that broke gio-querymodule
- Date: Thu, 20 May 2010 12:53:15 +0000 (UTC)
commit 936b4886333c4361948fc97d8357767902b6447c
Author: Ryan Lortie <desrt desrt ca>
Date: Thu May 20 08:51:48 2010 -0400
Fix bug that broke gio-querymodule
The dconfsettings module was returning an inappropriate result to
gio-querymodule which means that it wasn't working if you had generated
the cache.
gsettings/dconfsettingsbackend.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsettings/dconfsettingsbackend.c b/gsettings/dconfsettingsbackend.c
index b0facfd..d5ef40d 100644
--- a/gsettings/dconfsettingsbackend.c
+++ b/gsettings/dconfsettingsbackend.c
@@ -164,5 +164,5 @@ g_io_module_unload (GIOModule *module)
gchar **
g_io_module_query (void)
{
- return g_strsplit (",", G_SETTINGS_BACKEND_EXTENSION_POINT_NAME, 0);
+ return g_strsplit (G_SETTINGS_BACKEND_EXTENSION_POINT_NAME, "!", 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]