diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-01 18:01:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-01 18:01:41 +0800 |
commit | 36e8870de17b9dffab299e3f4f099a10db6e67af (patch) | |
tree | a97ff5f0e58f1a21b30fbc1b84b7e7eaaf7a488d /data | |
parent | f08b753e0c8f29709390c832275290dc2934fe82 (diff) | |
download | gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar.gz gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar.bz2 gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar.lz gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar.xz gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.tar.zst gsoc2013-empathy-36e8870de17b9dffab299e3f4f099a10db6e67af.zip |
remove 'import-asked' gsettings key
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/data/empathy.convert b/data/empathy.convert index 02ef97137..71353248a 100644 --- a/data/empathy.convert +++ b/data/empathy.convert @@ -4,7 +4,6 @@ use-conn = /apps/empathy/use_conn autoconnect = /apps/empathy/autoconnect autoaway = /apps/empathy/autoaway -import-asked = /apps/empathy/import_asked butterfly-logs-migrated = /apps/empathy/butterfly_logs_migrated file-transfer-default-folder = /apps/empathy/file_transfer_default_folder diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 27a8cb375..f889adf95 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -15,11 +15,6 @@ <_summary>Empathy should auto-away when idle</_summary> <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description> </key> - <key name="import-asked" type="b"> - <default>false</default> - <_summary>Empathy has asked about importing accounts</_summary> - <_description>Whether Empathy has asked about importing accounts from other programs.</_description> - </key> <key name="butterfly-logs-migrated" type="b"> <default>false</default> <_summary>Empathy has migrated butterfly logs</_summary> |