diff options
author | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-08-22 20:53:34 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-24 06:18:47 +0800 |
commit | 4e9b2251c70bd47c52806963a7cd9f6389240798 (patch) | |
tree | 49e5f7d890ea13f3a6bd268db766567c89da5d32 /data | |
parent | 1173e9d086df6304f2436edf0d8cc6c1540414f9 (diff) | |
download | gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar.gz gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar.bz2 gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar.lz gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar.xz gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.tar.zst gsoc2013-empathy-4e9b2251c70bd47c52806963a7cd9f6389240798.zip |
Add a new gconf value to know if mc4 accounts have to be imported
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index bb9068725..7c0f8af20 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -481,6 +481,23 @@ <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> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>MC 4 accounts have to be imported</short> + <long> + MC 4 accounts have to be importedd on the first + Empathy run. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/use_nm</key> + <applyto>/apps/empathy/use_nm</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> |