summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-07-14 13:44:33 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-07-14 13:44:33 +0000
commit1cfb65bc401ee8f44103a1a74404d191106a7535 (patch)
tree8da8885e28dec7487a71d2d13798fec725e91236 /data
parent6ec1881579c8b4499399ed25026f1e5376d0c04b (diff)
add a config option hideDisabled in the theme section that hides disabled buttons instead of showing them as disabled, based on patch in bug #2310
Diffstat (limited to 'data')
-rw-r--r--data/rc.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 7cdc5900..3c6c47b7 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -100,6 +100,7 @@
<xs:element name="name" type="xs:string"/>
<xs:element name="titlelayout" type="xs:string"/>
<xs:element name="keepBorder" type="ob:yesorno"/>
+ <xs:element name="hideDisabled" type="ob:yesorno"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="desktops">