diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-03 15:33:02 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-04 18:39:45 +0000 |
commit | db2ac21ee35f785cb21d7b1e782eb34c9753c4f4 (patch) | |
tree | 8199a0323689f6ae04c4852b5197559ae82c2561 /.gitignore | |
parent | 34b03f910bd8b889f0f71edfa9668b74d8ad8ba6 (diff) |
Add a GSettings schema with use-conn key
When the NM/ConnMan code lived in Empathy, there was a GSettings key
which could be flipped to false to make Empathy always assume it had a
network connection.
This schema provides one GSettings key,
im.telepathy.MissionControl.FromEmpathy use-conn, which happens to use
the same dconf path as the Empathy key uses. This should make the two
GSettings keys aliases for the same underlying value in dconf; we get a
migration path for free.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ *.gcda *.gcno *.gcov +/data/*.valid /doc/reference/*/html /doc/reference/*/xml /doc/reference/*/*-decl-list.txt |