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:
Havoc Pennington 2002-02-07 04:32:48 +00:00 committed by Havoc Pennington
parent 8f1cfefbb2
commit 5ad12fbe90
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)