NIM: Revert ticket 5604
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:52:59 +0000 (14:52 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:52:59 +0000 (14:52 +0000)
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: new
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19868 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/ui/timer.c

index 8ed514d23c66380d4a6f6ad55d2a1fdc9e72dcfb..9a270c3eed57c289e2460917384dd5faffc83beb 100644 (file)
@@ -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;
 }