diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:29:02 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:29:02 +0200 |
commit | 279a8cbf7ce72e92632266a32a36af9eba2bda78 (patch) | |
tree | befc32d5d6b05b9c36b656406c935d765717e8d5 /icons | |
parent | set a default icon (diff) | |
parent | Imported Upstream version 0.7.git30891fc (diff) | |
download | krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.gz krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.tar.bz2 krb5-auth-dialog-279a8cbf7ce72e92632266a32a36af9eba2bda78.zip |
Merge branch 'upstream'
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 10 | ||||
-rw-r--r-- | icons/krb-no-valid-ticket.png | bin | 0 -> 1234 bytes | |||
-rw-r--r-- | icons/krb-valid-ticket.png | bin | 0 -> 1126 bytes |
3 files changed, 10 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..e3f6763 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,10 @@ +NULL = + +smallicondir=${datadir}/icons/hicolor/22x22/apps +smallicon_DATA= \ + krb-valid-ticket.png \ + krb-no-valid-ticket.png \ + $(NULL) + +EXTRA_DIST=\ + $(smallicon_DATA) diff --git a/icons/krb-no-valid-ticket.png b/icons/krb-no-valid-ticket.png Binary files differnew file mode 100644 index 0000000..eb9f16e --- /dev/null +++ b/icons/krb-no-valid-ticket.png diff --git a/icons/krb-valid-ticket.png b/icons/krb-valid-ticket.png Binary files differnew file mode 100644 index 0000000..f911152 --- /dev/null +++ b/icons/krb-valid-ticket.png |