diff options
author | Havoc Pennington <hp@pobox.com> | 2002-02-07 03:25:34 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-07 03:25:34 +0000 |
commit | 84c3050a7cb24c672c58bdbdf586c88f163dcd71 (patch) | |
tree | bd18d1db04cc42e4b3747053b9bc1e00dd8c4dc5 /ChangeLog | |
parent | 8ae714eeaef03db0a55c11fc31834c8d65e2ea03 (diff) | |
download | metacity-84c3050a7cb24c672c58bdbdf586c88f163dcd71.tar.gz metacity-84c3050a7cb24c672c58bdbdf586c88f163dcd71.tar.bz2 |
redo window sizes/appearance when the theme changes
2002-02-06 Havoc Pennington <hp@pobox.com>
* src/main.c (prefs_changed_callback): redo window
sizes/appearance when the theme changes
* src/display.c (meta_display_retheme_all): new function
* src/theme-parser.c (locate_attributes): remove error handling
for MAX_ATTRS reached, add an assert instead, the way this code
ended up the attrs in the array depend on the code not the theme
file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2002-02-06 Havoc Pennington <hp@pobox.com> + * src/main.c (prefs_changed_callback): redo window + sizes/appearance when the theme changes + + * src/display.c (meta_display_retheme_all): new function + + * src/theme-parser.c (locate_attributes): remove error handling + for MAX_ATTRS reached, add an assert instead, the way this code + ended up the attrs in the array depend on the code not the theme + file. + +2002-02-06 Havoc Pennington <hp@pobox.com> + * src/main.c (main): disable custom log handler and fatal mask for now |