pull up r19813 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 10 Aug 2007 18:02:49 +0000 (18:02 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 10 Aug 2007 18:02:49 +0000 (18:02 +0000)
 r19813@cathode-dark-space:  kpkoch | 2007-08-10 10:37:04 -0400
 Ticket: 5604
 Tags: pullup
 Target_Version: 1.6.3
 Tags: Pullup

 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.

 I missed this change yesterday.

 This should be added to kfw-3_2_1-beta2.

ticket: 5604

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19814 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/ui/credwnd.c

index f991fd04668cf9cae0ca0c9aef2c7cac55aad4b2..acbd46e678c678b9b3a4537ee728249a46d515c6 100644 (file)
@@ -3387,6 +3387,9 @@ cw_kmq_wm_dispatch(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
             cw_update_outline(tbl);
             cw_update_extents(tbl, TRUE);
             InvalidateRect(hwnd, NULL, FALSE);
+
+            khui_action_trigger(KHUI_ACTION_LAYOUT_RELOAD, NULL);   /* Hack causes updates to be displayed. */
+
             break;
 
         case KMSG_CRED_PP_BEGIN: