[gnome-tweak-tool] windows: Use the proper gsetting for "Automatically Raise Windows"



commit 12348e1de3cb3d7e24e1aa1083ad077c66d0f171
Author: Rui Matos <tiagomatos gmail com>
Date:   Fri Mar 6 19:18:03 2015 +0100

    windows: Use the proper gsetting for "Automatically Raise Windows"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745341

 gtweak/tweaks/tweak_group_windows.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_windows.py b/gtweak/tweaks/tweak_group_windows.py
index 7437ff6..15ba5d4 100644
--- a/gtweak/tweaks/tweak_group_windows.py
+++ b/gtweak/tweaks/tweak_group_windows.py
@@ -126,7 +126,7 @@ class WindowScalingFactorTweak(Gtk.Box, Tweak):
 TWEAK_GROUPS = [ 
     ListBoxTweakGroup(TWEAK_GROUP_WINDOWS,
         GSettingsSwitchTweak(_("Attached Modal Dialogs"),"org.gnome.mutter", "attach-modal-dialogs"),
-        GSettingsSwitchTweak(_("Automatically Raise Windows"),"org.gnome.desktop.wm.preferences", 
"raise-on-click"),
+        GSettingsSwitchTweak(_("Automatically Raise Windows"),"org.gnome.desktop.wm.preferences", 
"auto-raise"),
         GSettingsSwitchTweak(_("Resize with Secondary-click"),"org.gnome.desktop.wm.preferences", 
"resize-with-right-button"),
         GSettingsComboTweak(_("Window Action Key"),
                         "org.gnome.desktop.wm.preferences",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]