diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-05 00:31:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-05 00:59:46 +0800 |
commit | 8c8ad6b6959801d97881dba347ce8827d470c7a2 (patch) | |
tree | 9baadbd516de89e6a126482d4104eec1657f204a /data | |
parent | 6cbff108ac6211bfdc3638f23f3226f6521449fc (diff) | |
download | gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar.gz gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar.bz2 gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar.lz gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar.xz gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.tar.zst gsoc2013-empathy-8c8ad6b6959801d97881dba347ce8827d470c7a2.zip |
remove the salut_created gconf key (#611817)
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index a99fbfd8b..0a6b4f118 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -479,21 +479,6 @@ </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>Salut account is created</short> - <long> - Whether the Salut account has been created on the first - Empathy run. - </long> - </locale> - </schema> - - <schema> <key>/schemas/apps/empathy/accounts/imported_mc4_accounts</key> <applyto>/apps/empathy/accounts/imported_mc4_accounts</applyto> <owner>empathy</owner> |