diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:40:31 -0230 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:40:31 -0230 |
commit | 9d4e8d8c409b078fed576f87b1d14309eeb1fa8a (patch) | |
tree | 7577e15b2c964d9de1fdbd0a1e72d5c51168b73e /src/krb5-auth-dialog.schemas.in | |
parent | Imported Upstream version 0.7.git30891fc (diff) | |
download | krb5-auth-dialog-9d4e8d8c409b078fed576f87b1d14309eeb1fa8a.tar.gz krb5-auth-dialog-9d4e8d8c409b078fed576f87b1d14309eeb1fa8a.tar.bz2 krb5-auth-dialog-9d4e8d8c409b078fed576f87b1d14309eeb1fa8a.zip |
Imported Upstream version 0.7.git7cc1d84
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r-- | src/krb5-auth-dialog.schemas.in | 39 |
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> |