diff options
author | Havoc Pennington <hp@pobox.com> | 2002-02-07 04:32:48 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-07 04:32:48 +0000 |
commit | 5ad12fbe9098af4a0ef14017496c8bb52e32c72b (patch) | |
tree | 657ff29ed6622bbc4c5525adeb28ed8ea52d7325 /src | |
parent | 8f1cfefbb223af8755b1013573d4088d476eae7c (diff) | |
download | metacity-5ad12fbe9098af4a0ef14017496c8bb52e32c72b.tar.gz metacity-5ad12fbe9098af4a0ef14017496c8bb52e32c72b.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index a5fe823..ed0ea04 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -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) |