diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-15 16:09:56 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-15 16:09:56 +0800 |
commit | df53944e1ba92732760d1cfe437b8b56edda526b (patch) | |
tree | e8613fe0deab9edc5773c339dd3e34c95145b0ac /data/empathy.schemas.in | |
parent | ba8f9b6182a9f85c7d081e571fae128dc6261d1d (diff) | |
parent | c448b89bb4f18377818b7802f4cb66ba47e3fe04 (diff) | |
download | gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar.gz gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar.bz2 gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar.lz gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar.xz gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.tar.zst gsoc2013-empathy-df53944e1ba92732760d1cfe437b8b56edda526b.zip |
Merge branch 'butterfly-networkid'
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 2d9031bc2..e151fb5f0 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -536,6 +536,20 @@ </schema> <schema> + <key>/schemas/apps/empathy/butterfly_logs_migrated</key> + <applyto>/apps/empathy/butterfly_logs_migrated</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy has migrated butterfly logs</short> + <long> + Whether Empathy has migrated butterfly logs. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/file_transfer/default_folder</key> <applyto>/apps/empathy/file_transfer_default_folder</applyto> <owner>empathy</owner> |