diff options
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 6a992705c..6e1b68aea 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -319,5 +319,19 @@ </locale> </schema> + <schema> + <key>/schemas/apps/empathy/import_asked</key> + <applyto>/apps/empathy/import_asked</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy has asked about importing accounts</short> + <long> + Whether or not Empathy has asked about importing accounts from other programs. + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |