diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2010-11-12 18:16:43 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2010-11-12 18:16:43 +0100 |
commit | 168001c43fa8d890ada7131fe0c3abdec56640e9 (patch) | |
tree | 239689a4b1f32903c7cb0cfff49fd1c2c3c46fdb /daemon/org.gnome.system.smb.gschema.xml | |
parent | 75cbe4c2e3c54f2bb4e0add08cd528a797a398fb (diff) | |
download | gvfs-168001c43fa8d890ada7131fe0c3abdec56640e9.tar.gz |
Add GSettings schemas
Diffstat (limited to 'daemon/org.gnome.system.smb.gschema.xml')
-rw-r--r-- | daemon/org.gnome.system.smb.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/daemon/org.gnome.system.smb.gschema.xml b/daemon/org.gnome.system.smb.gschema.xml new file mode 100644 index 00000000..58a22158 --- /dev/null +++ b/daemon/org.gnome.system.smb.gschema.xml @@ -0,0 +1,9 @@ +<schemalist> + <schema id="org.gnome.system.smb" path="/system/smb/"> + <key name="workgroup" type="s"> + <default>''</default> + <summary>SMB workgroup</summary> + <description>The Windows networking workgroup or domain that the user is part of. In order for a new workgroup to fully take effect the user may need to log out and log back in.</description> + </key> + </schema> +</schemalist> |