# HG changeset patch # User Erik Grinaker # Date 1123364755 0 # Node ID 92c45e701471453c2a65a56cd1ad82a006671679 # Parent cc36bd712f40ccd8c6f92a1a6109554e0b333ae4 clear gconf cache before re-checking config values diff -r cc36bd712f40ccd8c6f92a1a6109554e0b333ae4 -r 92c45e701471453c2a65a56cd1ad82a006671679 ChangeLog --- a/ChangeLog Sat Aug 06 21:20:34 2005 +0000 +++ b/ChangeLog Sat Aug 06 21:45:55 2005 +0000 @@ -18,6 +18,8 @@ * return correct status code for config schema install + * clear gconf cache before re-checking config values + 2005-08-05 Erik Grinaker * the UIManager wrapper now respects is-important attributes diff -r cc36bd712f40ccd8c6f92a1a6109554e0b333ae4 -r 92c45e701471453c2a65a56cd1ad82a006671679 NEWS --- a/NEWS Sat Aug 06 21:20:34 2005 +0000 +++ b/NEWS Sat Aug 06 21:45:55 2005 +0000 @@ -9,18 +9,18 @@ - new "Add folder" item, instead of adding folders through "Add entry" - rearranged toolbar layout - option for setting toolbar style +- the searchbar entry gets focus on startup if shown Bugfixes: - don't crash when attempting to load missing theme icons - properly handle all gnome-vfs errors when reading/writing files +- password labels are unselectable when hiding passwords +- don't warn about missing config data when schema install worked +- avoid showing duplicates of non-modal dialogs +- HIGified labels in dialogs - install modules into platform-specific pyexecdir instead of pythondir -- made password labels unselectable when hiding passwords -- HIGified labels in dialogs -- avoid showing duplicates of non-modal dialogs -- the searchbar entry gets focus on startup if shown - don't use deprecated gnome.vfs module with gnome-python 2.10 - properly quote autoconf macro names -- don't warn about missing config data when schema install worked Code changes: - removed unit tests diff -r cc36bd712f40ccd8c6f92a1a6109554e0b333ae4 -r 92c45e701471453c2a65a56cd1ad82a006671679 src/revelation.in --- a/src/revelation.in Sat Aug 06 21:20:34 2005 +0000 +++ b/src/revelation.in Sat Aug 06 21:45:55 2005 +0000 @@ -95,6 +95,8 @@ if config.install_schema("%s/revelation.schemas" % config.DIR_GCONFSCHEMAS) == False: raise config.ConfigError + self.config.client.clear_cache() + if self.__check_config() == False: raise config.ConfigError