aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-applet.h
diff options
context:
space:
mode:
authorguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:40 +0000
committerguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-01-10 13:25:40 +0000
commitb34cfa0d399f1478ffa11f27e99d796bb78bd699 (patch)
tree1faeb7d39fd24a638f65263494562b41369c4981 /src/krb5-auth-applet.h
parenta1275b6432e6da3b1675275aa1c8d22d9f43e7ab (diff)
add "expiring" tray icon
shown when credentials are about to expire git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@109 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'src/krb5-auth-applet.h')
-rw-r--r--src/krb5-auth-applet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/krb5-auth-applet.h b/src/krb5-auth-applet.h
index 18937b7..e137794 100644
--- a/src/krb5-auth-applet.h
+++ b/src/krb5-auth-applet.h
@@ -35,7 +35,7 @@
typedef struct {
GtkStatusIcon* tray_icon; /* the tray icon */
GtkWidget* context_menu; /* the tray icon's context menu */
- const char* icons[2]; /* for expired and valid tickts */
+ const char* icons[3]; /* for invalid, expiring and valid tickts */
gboolean show_trayicon; /* show the trayicon */
/* The password dialog */