[devhelp] gschema: add the key maximized for the assistant window.



commit 128533e6b09ca7ddff539e7e25b29d6cf94f67d5
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date:   Sat May 18 20:35:13 2013 +0200

    gschema: add the key maximized for the assistant window.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700588

 data/org.gnome.devhelp.gschema.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.devhelp.gschema.xml b/data/org.gnome.devhelp.gschema.xml
index 5c86b6f..df412b8 100644
--- a/data/org.gnome.devhelp.gschema.xml
+++ b/data/org.gnome.devhelp.gschema.xml
@@ -70,6 +70,11 @@
     <child name="window" schema="org.gnome.devhelp.state.assistant.window"/>
   </schema>
   <schema id="org.gnome.devhelp.state.assistant.window" path="/org/gnome/devhelp/state/assistant/window/">
+    <key name="maximized" type="b">
+      <default>false</default>
+      <summary>Whether the assistant window should be maximixed</summary>
+      <description>Whether the assistant window should be maximixed.</description>
+    </key>
     <key name="width" type="i">
       <default>350</default>
       <summary>Width of the assistant window</summary>


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