summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2018-08-28 18:51:49 -0400
committerVictor Kareh <[email protected]>2018-08-28 18:51:49 -0400
commitcb9a1be4e7d324be0ec58b1783f72783e1a8f576 (patch)
tree7426518100bf60c5b4fe5df1a55b35a1a0c93218
parent5418b4087150a0b72fa86a8fdea706e66dc908d2 (diff)
downloadmarco-cb9a1be4e7d324be0ec58b1783f72783e1a8f576.tar.bz2
marco-cb9a1be4e7d324be0ec58b1783f72783e1a8f576.tar.xz
remove option to attach modal dialogs
This was added only to add support for metacity theme format version 3.2. Adapted from metacity for marco origin commit: https://gitlab.gnome.org/GNOME/metacity/commit/d2b13461
-rw-r--r--src/core/prefs.c6
-rw-r--r--src/org.mate.marco.gschema.xml5
2 files changed, 0 insertions, 11 deletions
diff --git a/src/core/prefs.c b/src/core/prefs.c
index 048b738a..b5f9f7e3 100644
--- a/src/core/prefs.c
+++ b/src/core/prefs.c
@@ -335,12 +335,6 @@ static MetaEnumPreference preferences_enum[] =
static MetaBoolPreference preferences_bool[] =
{
- { "attach-modal-dialogs",
- KEY_GENERAL_SCHEMA,
- META_PREF_ATTACH_MODAL_DIALOGS,
- &attach_modal_dialogs,
- TRUE,
- },
{ "raise-on-click",
KEY_GENERAL_SCHEMA,
META_PREF_RAISE_ON_CLICK,
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml
index adbb29e2..6632e6b1 100644
--- a/src/org.mate.marco.gschema.xml
+++ b/src/org.mate.marco.gschema.xml
@@ -146,11 +146,6 @@
<summary>Visual Bell Type</summary>
<description>Tells Marco how to implement the visual indication that the system bell or another application 'bell' indicator has been rung. Currently there are two valid values, "fullscreen", which causes a fullscreen white-black flash, and "frame_flash" which causes the titlebar of the application which sent the bell signal to flash. If the application which sent the bell is unknown (as is usually the case for the default "system beep"), the currently focused window's titlebar is flashed.</description>
</key>
- <key name="attach-modal-dialogs" type="b">
- <default>false</default>
- <summary>Attach modal dialogs</summary>
- <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.</description>
- </key>
<key name="compositing-manager" type="b">
<default>true</default>
<summary>Compositing Manager</summary>