diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 103fdd2ab..29a8bc994 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -245,6 +245,21 @@ </locale> </schema> + <schema> + <key>/schemas/apps/empathy/accounts/salut_created</key> + <applyto>/apps/empathy/accounts/salut_created</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Checks if Salut account is created</short> + <long> + Whether or not the Salut account has been created on the first + empathy run. + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |