aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:30 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-04 07:51:30 +0200
commit6c36311e345b9d3dcd6541b618e389e5ee2413a1 (patch)
tree343979035ad4ddfc8925357aa7934fa8ba8b5cc0 /src/krb5-auth-dialog.schemas.in
parentdocument changes and release 0.15-1 (diff)
parentImported Upstream version 0.16~rc1 (diff)
downloadkrb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.gz
krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.tar.bz2
krb5-auth-dialog-6c36311e345b9d3dcd6541b618e389e5ee2413a1.zip
Merge commit 'upstream/0.16.rc1'
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r--src/krb5-auth-dialog.schemas.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in
index f8c7348..bb59f8e 100644
--- a/src/krb5-auth-dialog.schemas.in
+++ b/src/krb5-auth-dialog.schemas.in
@@ -142,5 +142,18 @@
<long>Notify user when ticket has expired</long>
</locale>
</schema>
+
+ <schema>
+ <key>/schemas/apps/krb5-auth-dialog/plugins/enabled</key>
+ <applyto>/apps/krb5-auth-dialog/plugins/enabled</applyto>
+ <owner>krb5-auth-dialog</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+
+ <locale name="C">
+ <short>Enabled plugins</short>
+ <long>List of plugins that should be loaded and activated on startup.</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>
bgstack15