aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
committerGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
commiteb7309c8820d2a29f22ff603766d44b8dd28899c (patch)
treee43e69c8dab460db8434ceee7c374d977e134093 /src/krb5-auth-dialog.schemas.in
parentdocument changes and release (diff)
parentImported Upstream version 0.7.git7cc1d84 (diff)
downloadkrb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.gz
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.bz2
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.zip
Merge commit 'upstream/0.7.git7cc1d84'
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r--src/krb5-auth-dialog.schemas.in39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in
deleted file mode 100644
index e715d26..0000000
--- a/src/krb5-auth-dialog.schemas.in
+++ /dev/null
@@ -1,39 +0,0 @@
-<gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/::PACKAGE::/show_trayicon</key>
- <applyto>/apps/::PACKAGE::/show_trayicon</applyto>
- <owner>::PACKAGE::</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Display trayicon</short>
- <long>Display the trayicon in the panel</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/::PACKAGE::/prompt_minutes</key>
- <applyto>/apps/::PACKAGE::/prompt_minutes</applyto>
- <owner>::PACKAGE::</owner>
- <type>int</type>
- <default>::MINIMUM_LIFETIME::</default>
- <locale name="C">
- <short>Minutes before ticket expires</short>
- <long>How many minutes before the ticket expires should
- prompting for the new password start</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/::PACKAGE::/principal</key>
- <applyto>/apps/::PACKAGE::/principal</applyto>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>default principal</short>
- <long>principal to use when no ticket cache is present</long>
- </locale>
- </schema>
- </schemalist>
-</gconfschemafile>
bgstack15