mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
s/update_focus_mode/update_theme/ in case of theme key changing
2002-02-06 Havoc Pennington <hp@pobox.com> * src/prefs.c (change_notify): s/update_focus_mode/update_theme/ in case of theme key changing
This commit is contained in:
parent
8f1cfefbb2
commit
5ad12fbe90
@ -1,3 +1,8 @@
|
||||
2002-02-06 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/prefs.c (change_notify): s/update_focus_mode/update_theme/
|
||||
in case of theme key changing
|
||||
|
||||
2002-02-06 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/theme-viewer.c: benchmark theme on startup
|
||||
|
@ -301,7 +301,7 @@ change_notify (GConfClient *client,
|
||||
|
||||
str = value ? gconf_value_get_string (value) : NULL;
|
||||
|
||||
if (update_focus_mode (str))
|
||||
if (update_theme (str))
|
||||
queue_changed (META_PREF_THEME);
|
||||
}
|
||||
else if (strcmp (key, KEY_TITLEBAR_FONT) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user