[gnome-tweak-tool] Remove org.gnome.desktop.background, draw-backgroud



commit 2dbe05b247196cd105ca45eb312748dd93da88cc
Author: John Stowers <john stowers gmail com>
Date:   Sat Apr 23 18:20:51 2011 +0300

    Remove org.gnome.desktop.background, draw-backgroud

 NEWS                            |    2 ++
 gtweak/tweaks/tweak_nautilus.py |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b36e5c..ade2749 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@
    * Tweak week date in calendar (Emmanuele Bassi)
    * Tweak cursor themes (Andrea Fagiani)
    * Support user installed themes in $HOME (Andrea Fagiani)
+   * Remove org.gnome.desktop.background draw-backgroud tweak, it
+     should never be false
 
 3.0.0
    * First stable release
diff --git a/gtweak/tweaks/tweak_nautilus.py b/gtweak/tweaks/tweak_nautilus.py
index a3dbe90..b359bbb 100644
--- a/gtweak/tweaks/tweak_nautilus.py
+++ b/gtweak/tweaks/tweak_nautilus.py
@@ -23,6 +23,5 @@ from gtweak.widgets import GSettingsSwitchTweak
 TWEAK_GROUPS = (
         TweakGroup(
             "File Manager",
-            GSettingsSwitchTweak("org.gnome.desktop.background", "show-desktop-icons"),
-            GSettingsSwitchTweak("org.gnome.desktop.background", "draw-background")),
+            GSettingsSwitchTweak("org.gnome.desktop.background", "show-desktop-icons")),
 )



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