diff options
author | raveit65 <[email protected]> | 2018-01-09 16:53:28 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-09 16:53:28 +0100 |
commit | 8517e8631aee149fe01cd572bd59fa30253557fa (patch) | |
tree | a9c3593098569ef5d7be5b4ebad4d5418bcbcb99 /capplets/windows | |
parent | 54d13ca20e7965d4b3e56db8fb1331c2187588a5 (diff) | |
download | mate-control-center-8517e8631aee149fe01cd572bd59fa30253557fa.tar.bz2 mate-control-center-8517e8631aee149fe01cd572bd59fa30253557fa.tar.xz |
update windows tiling gsettings key
Diffstat (limited to 'capplets/windows')
-rw-r--r-- | capplets/windows/mate-window-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c index 4cafde89..05184651 100644 --- a/capplets/windows/mate-window-properties.c +++ b/capplets/windows/mate-window-properties.c @@ -50,7 +50,7 @@ #define MARCO_DOUBLE_CLICK_TITLEBAR_KEY "action-double-click-titlebar" #define MARCO_COMPOSITING_MANAGER_KEY "compositing-manager" #define MARCO_COMPOSITING_FAST_ALT_TAB_KEY "compositing-fast-alt-tab" -#define MARCO_SIDE_BY_SIDE_TILING_KEY "side-by-side-tiling" +#define MARCO_SIDE_BY_SIDE_TILING_KEY "allow-tiling" #define MARCO_CENTER_NEW_WINDOWS_KEY "center-new-windows" #define MARCO_BUTTON_LAYOUT_KEY "button-layout" |