diff options
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 72ee4405e..732464867 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -276,6 +276,21 @@ </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> + <locale name="C"> + <short>Checks if NetworkManager should be used</short> + <long> + Whether or not the network manager should be used to automatically + disconnect/reconnect. + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |