summarylogtreecommitdiffstats
path: root/git_revert_background_key_removal.patch
blob: 76ed2c59fff3d2a03321acc432f250a84cdbee03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From c3c7e06967b4cdb7f7ac2f810578002e42497999 Mon Sep 17 00:00:00 2001
From: Tim Lunn <tim@feathertop.org>
Date: Wed, 20 Mar 2013 22:51:35 +1100
Subject: [PATCH] Revert "schemas: Remove unused "draw-background" key"

This reverts commit a59b45e766a2b3732b3bd2473ee5fbe7607a7f75.
---
 schemas/org.gnome.desktop.background.gschema.xml.in | 9 +++++++++
 1 file changed, 9 insertions(+)

--- a/schemas/org.gnome.desktop.background.gschema.xml.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in
@@ -1,5 +1,14 @@
 <schemalist gettext-domain="gsettings-desktop-schemas">
   <schema id="org.gnome.desktop.background" path="/org/gnome/desktop/background/">
+    <key name="draw-background" type="b">
+      <default>true</default>
+      <summary>Draw Desktop Background</summary>
+      <description>
+        Have GNOME draw the desktop background.
+
+        DEPRECATED: This key is deprecated and ignored.
+      </description>
+    </key>
     <key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
       <default>'zoom'</default>
       <_summary>Picture Options</_summary>