tags 626971 + patch kthxbye Attached is a one-line patch removing the debug call. I have confirmed that dconf-editor is now silent, as it should be.
-- brian m. carlson / brian with sandals: Houston, Texas, US +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur d-conf.old/editor/dconf-schema.vala d-conf-0.7.3/editor/dconf-schema.vala
--- d-conf.old/editor/dconf-schema.vala 2011-05-16 19:49:04.597412787 +0000
+++ d-conf-0.7.3/editor/dconf-schema.vala 2011-05-16 19:50:58.909979638 +0000
@@ -375,7 +375,6 @@
continue;
string path = Path.build_filename(dir, name, null);
- debug("Loading schema: %s", path);
parse_file(path);
}
}
signature.asc
Description: Digital signature

