diff options
Diffstat (limited to 'src/terminal-profile.h')
-rw-r--r-- | src/terminal-profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-profile.h b/src/terminal-profile.h index e7ac3bf..0aa2e5e 100644 --- a/src/terminal-profile.h +++ b/src/terminal-profile.h @@ -131,7 +131,7 @@ struct _TerminalProfileClass void (* forgotten) (TerminalProfile *profile); - GHashTable *mateconf_keys; + GHashTable *gsettings_keys; }; GType terminal_profile_get_type (void); |