diff options
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 732464867..6a9ab9ee5 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -290,10 +290,20 @@ </long> </locale> </schema> + + <schema> + <key>/schemas/apps/empathy/autoconnect</key> + <applyto>/apps/empathy/autoconnect</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Checks if Empathy should autoconnect on startup</short> + <long> + Whether or not Empathy should automatically login to your accounts on startup. + </long> + </locale> + </schema> </schemalist> </gconfschemafile> - - - - |