diff options
author | Marcel Dijkstra <[email protected]> | 2013-01-17 20:51:56 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-17 20:55:23 +0100 |
commit | 46c4c36e0aa6244b292e647061d90c3ab6312f90 (patch) | |
tree | 77778b8e5fbf75baf1603261797b08937d9b9955 /src/terminal-profile.h | |
parent | 7d6b297873d9ccd0117d2d508d642d479295582b (diff) | |
download | mate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.bz2 mate-terminal-46c4c36e0aa6244b292e647061d90c3ab6312f90.tar.xz |
Migrate to GSettings
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); |