summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-06 15:08:03 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-06 16:15:17 +0100
commitc69625323288a119356bb6627c00f21a74f32f24 (patch)
treedb2adc21396be4a5413e23027ed3c498ba3c4fb0 /data
parentaeab15ec37370f3c3aa8b4e1a4aec480109a6803 (diff)
downloadtelepathy-account-widgets-c69625323288a119356bb6627c00f21a74f32f24.tar.gz
Add magic to automatically run tasks when empathy-auth-client is started
empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Empathy.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in
index 8e7d9fd1..8901d213 100644
--- a/data/org.gnome.Empathy.gschema.xml.in
+++ b/data/org.gnome.Empathy.gschema.xml.in
@@ -28,6 +28,11 @@
<_summary>Empathy default download folder</_summary>
<_description>The default folder to save file transfers in.</_description>
</key>
+ <key name="sanity-cleaning-number" type="u">
+ <default>0</default>
+ <_summary>Magic number used to check if sanity cleaning tasks should be run</_summary>
+ <_description>empathy-sanity-cleaning.c uses this number to check if the cleaning tasks should be executed or not. Users should not change this key manually.</_description>
+ </key>
<child name="ui" schema="org.gnome.Empathy.ui"/>
<child name="contacts" schema="org.gnome.Empathy.contacts"/>
<child name="sounds" schema="org.gnome.Empathy.sounds"/>