diff options
author | Exalm <[email protected]> | 2015-08-30 20:02:42 +0500 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 13:25:17 +0200 |
commit | 57026bf522ee80d8fc3710ca33da73ff103f98c3 (patch) | |
tree | 79509a138a0474bae81aa27b8dd4ccf35da753c1 /capplets/appearance/appearance-main.c | |
parent | ec8698fb8b24fa6e94c4901fb1bad555ad9b6116 (diff) | |
download | mate-control-center-57026bf522ee80d8fc3710ca33da73ff103f98c3.tar.bz2 mate-control-center-57026bf522ee80d8fc3710ca33da73ff103f98c3.tar.xz |
Restored Interface tab in Appearance capplet
Remove editable accels and toolbar style toggles as they are
deprecated in GTK >= 3.10.0
Diffstat (limited to 'capplets/appearance/appearance-main.c')
-rw-r--r-- | capplets/appearance/appearance-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-main.c b/capplets/appearance/appearance-main.c index c8256005..b51591e9 100644 --- a/capplets/appearance/appearance-main.c +++ b/capplets/appearance/appearance-main.c @@ -25,6 +25,7 @@ #include "appearance-font.h" #include "appearance-themes.h" #include "appearance-style.h" +#include "appearance-ui.h" #include "appearance-support.h" #include "theme-installer.h" #include "theme-thumbnail.h" @@ -188,6 +189,7 @@ main (int argc, char **argv) desktop_init (data, (const gchar **) wallpaper_files); g_strfreev (wallpaper_files); font_init (data); + ui_init (data); /* init support for other window managers */ support_init (data); |