summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/ui/timer.c
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-08-09 14:52:15 +0000
committerKevin Koch <kpkoch@mit.edu>2007-08-09 14:52:15 +0000
commita089f8e1b370919ea542021e86c829e962596b2d (patch)
tree65c3d58b31220294c9725233685e677214a1d698 /src/windows/identity/ui/timer.c
parentdbb3a0b19a9ca0f24da91ec4095a32ff3302b1cb (diff)
downloadkrb5-a089f8e1b370919ea542021e86c829e962596b2d.tar.gz
krb5-a089f8e1b370919ea542021e86c829e962596b2d.tar.xz
krb5-a089f8e1b370919ea542021e86c829e962596b2d.zip
Simulate changing views when the REFRESH action is run and when credentials are updated
This makes the symptoms go away but does not solve whatever the underlying problem is. Ticket: 5604 Tags: pullup Target_Version: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19770 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/ui/timer.c')
-rw-r--r--src/windows/identity/ui/timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/identity/ui/timer.c b/src/windows/identity/ui/timer.c
index 9a270c3eed..8ed514d23c 100644
--- a/src/windows/identity/ui/timer.c
+++ b/src/windows/identity/ui/timer.c
@@ -861,6 +861,8 @@ tmr_cred_apply_proc(khm_handle cred, void * rock) {
if (ident)
kcdb_identity_release(ident);
+ khui_action_trigger(KHUI_ACTION_LAYOUT_RELOAD, NULL); /* Hack causes updates to be displayed. */
+
return KHM_ERROR_SUCCESS;
}