From 459e93899132124c06753d6dd9a4965763558918 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 28 Sep 2007 23:39:31 +0000 Subject: [PATCH] pull up r19868 from trunk r19868@cathode-dark-space: jaltman | 2007-08-24 10:52:59 -0400 ticket: new subject: NIM: Revert ticket 5604 component: windows There was a spurious trigger for reloading the layout of the Network Identity Manager timer code. This was presumably introduced to mitigate a problem where the identity and outline status might become stale. (Ticket 5604) This should no longer be necessary. ticket: 5689 version_fixed: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20003 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/identity/ui/timer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/windows/identity/ui/timer.c b/src/windows/identity/ui/timer.c index 8ed514d23..9a270c3ee 100644 --- a/src/windows/identity/ui/timer.c +++ b/src/windows/identity/ui/timer.c @@ -861,8 +861,6 @@ 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; } -- 2.26.2