diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-23 21:57:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-24 06:18:48 +0800 |
commit | 4b5fa08436333e571186c991496549be520f21eb (patch) | |
tree | 779be5806f73fde6800c92cec86b163d1bb0c4d6 /data | |
parent | 8781e7c615d1f233a530cff66cfe47aa54fddd2f (diff) | |
download | gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar.gz gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar.bz2 gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar.lz gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar.xz gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.tar.zst gsoc2013-empathy-4b5fa08436333e571186c991496549be520f21eb.zip |
Make the gconf entry be false by default
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 7c0f8af20..3c752ad12 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -479,25 +479,22 @@ </schema> <schema> - <key>/schemas/apps/empathy/use_conn</key> - <applyto>/apps/empathy/use_conn</applyto> - <key>/schemas/apps/empathy/accounts/import_mc4_accounts</key> - <applyto>/apps/empathy/accounts/import_mc4_accounts</applyto> + <key>/schemas/apps/empathy/accounts/imported_mc4_accounts</key> + <applyto>/apps/empathy/accounts/imported_mc4_accounts</applyto> <owner>empathy</owner> <type>bool</type> - <default>true</default> + <default>false</default> <locale name="C"> - <short>MC 4 accounts have to be imported</short> + <short>MC 4 accounts were imported</short> <long> - MC 4 accounts have to be importedd on the first - Empathy run. + MC 4 accounts were to be imported. </long> </locale> </schema> <schema> - <key>/schemas/apps/empathy/use_nm</key> - <applyto>/apps/empathy/use_nm</applyto> + <key>/schemas/apps/empathy/use_conn</key> + <applyto>/apps/empathy/use_conn</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> |