]> code.delx.au - gnu-emacs/blobdiff - src/xsettings.c
Port --enable-checking=all to Fedora 14 x86.
[gnu-emacs] / src / xsettings.c
index dadbe68b4cbd5a807db6a90edbb94fffa63d3c4e..d57f3b5be812ed4acd5e976ff7ce07aedd0dcb6f 100644 (file)
@@ -812,7 +812,7 @@ init_gsettings (void)
   g_type_init ();
 #endif
 
-  schemas = g_settings_list_schemas();
+  schemas = g_settings_list_schemas ();
   if (schemas == NULL) return;
   while (! schema_found && *schemas != NULL)
     schema_found = strcmp (*schemas++, GSETTINGS_SCHEMA) == 0;