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-ui.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 capplets/appearance/appearance-ui.h (limited to 'capplets/appearance/appearance-ui.h') diff --git a/capplets/appearance/appearance-ui.h b/capplets/appearance/appearance-ui.h new file mode 100644 index 00000000..5817a735 --- /dev/null +++ b/capplets/appearance/appearance-ui.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2007 The GNOME Foundation + * Written by Jens Granseuer + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +void ui_init (AppearanceData *data); -- cgit v1.2.1