diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-08 09:49:52 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-08 09:49:52 +0000 |
commit | 9822ad7c68969ad43c338f16216581256e321de8 (patch) | |
tree | 338a295d9c50f1d56e3e1bfcfb4325ad0353e98e | |
parent | 3eba6fcbc7e9418f7da101a7a58ff7154e905f48 (diff) |
Remove stray <enum/> from GSettings schema
I forgot to remove this when duplicating the one key I wanted to steal
from Empathy, and ioni reported that it clashes with the same enum
definition provided by Empathy. (I'm not 100% sure why—I'd've assumed
they'd be namespaced by the GSettings schema, not the DConf path—but
hey.)
-rw-r--r-- | data/im.telepathy.MissionControl.FromEmpathy.gschema.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/im.telepathy.MissionControl.FromEmpathy.gschema.xml b/data/im.telepathy.MissionControl.FromEmpathy.gschema.xml index ad5f595a..80fa88f5 100644 --- a/data/im.telepathy.MissionControl.FromEmpathy.gschema.xml +++ b/data/im.telepathy.MissionControl.FromEmpathy.gschema.xml @@ -1,12 +1,4 @@ <schemalist> - - <enum id="position"> - <value nick="top-left" value="1"/> - <value nick="top-right" value="2"/> - <value nick="bottom-left" value="3"/> - <value nick="bottom-right" value="4"/> - </enum> - <!-- sic: we are aliasing dconf key paths from Empathy's schema --> <schema id="im.telepathy.MissionControl.FromEmpathy" path="/org/gnome/empathy/"> <key name="use-conn" type="b"> |