From d2b13461b5397dcc6e6bcb0e87a9b9fa0716a1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Mon, 6 Oct 2014 22:48:12 +0300 Subject: remove option to attach modal dialogs This was added only to add support for metacity theme format version 3.2. --- src/core/prefs.c | 8 -------- src/org.gnome.metacity.gschema.xml.in | 9 --------- 2 files changed, 17 deletions(-) diff --git a/src/core/prefs.c b/src/core/prefs.c index ea16c04d..7065c27b 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -259,14 +259,6 @@ static MetaEnumPreference preferences_enum[] = static MetaBoolPreference preferences_bool[] = { - { - { "attach-modal-dialogs", - SCHEMA_METACITY, - META_PREF_ATTACH_MODAL_DIALOGS - }, - &attach_modal_dialogs, - TRUE, - }, { { "raise-on-click", SCHEMA_GENERAL, diff --git a/src/org.gnome.metacity.gschema.xml.in b/src/org.gnome.metacity.gschema.xml.in index a19db9b1..6b4eb0d7 100644 --- a/src/org.gnome.metacity.gschema.xml.in +++ b/src/org.gnome.metacity.gschema.xml.in @@ -10,15 +10,6 @@ - - false - <_summary>Attach modal dialogs - <_description> - When true, instead of having independent titlebars, modal dialogs - appear attached to the titlebar of the parent window and are moved - together with the parent window. - - true <_summary>Compositing Manager -- cgit v1.2.1