From 57026bf522ee80d8fc3710ca33da73ff103f98c3 Mon Sep 17 00:00:00 2001 From: Exalm Date: Sun, 30 Aug 2015 20:02:42 +0500 Subject: Restored Interface tab in Appearance capplet Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0 --- capplets/appearance/appearance-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capplets/appearance/appearance-main.c') 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); -- cgit v1.2.1