summaryrefslogtreecommitdiff
path: root/libmateweather/org.mate.weather.gschema.xml.in.in
diff options
context:
space:
mode:
authormuesli4 <[email protected]>2013-04-10 09:04:50 +0200
committermuesli4 <[email protected]>2013-04-10 09:04:50 +0200
commit255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e (patch)
tree6fd1e7f246712588df021862bf795ada2e2ab8e6 /libmateweather/org.mate.weather.gschema.xml.in.in
parenta7bc9b989b256591a5567eb287d6e0816f4e412e (diff)
downloadlibmateweather-255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e.tar.bz2
libmateweather-255c76e8c9d0c2226df1e66e7463cdcd54aa7f8e.tar.xz
Added "show-notifications" boolean to GSchema and to the MateWeatherPrefs struct.
Diffstat (limited to 'libmateweather/org.mate.weather.gschema.xml.in.in')
-rw-r--r--libmateweather/org.mate.weather.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmateweather/org.mate.weather.gschema.xml.in.in b/libmateweather/org.mate.weather.gschema.xml.in.in
index c78ece4..2289b38 100644
--- a/libmateweather/org.mate.weather.gschema.xml.in.in
+++ b/libmateweather/org.mate.weather.gschema.xml.in.in
@@ -33,6 +33,11 @@
<value nick="miles" value="4"/>
</enum>
<schema id="org.mate.weather">
+ <key name="show-notifications" type="b">
+ <default>false</default>
+ <_summary>Show notifications</_summary>
+ <_description>Determines whether the applet shows a notification on each update.</_description>
+ </key>
<key name="auto-update" type="b">
<default>true</default>
<_summary>Update the data automatically</_summary>