[krbdev.mit.edu #5604] NIM update inconsistency when deleting credentials

Kevin Koch via RT kfw-bugs at MIT.EDU
Thu Aug 2 09:18:09 EDT 2007


Patch to fix Refresh button behavior:

Index: mainwnd.c
===================================================================
--- mainwnd.c   (revision 19739)
+++ mainwnd.c   (working copy)
@@ -261,6 +261,7 @@
         case KHUI_ACTION_VIEW_REFRESH:
             khm_cred_refresh();
             InvalidateRect(khm_hwnd_main_cred, NULL, FALSE);
+            khui_action_trigger(KHUI_ACTION_LAYOUT_RELOAD, NULL);
             return 0;

         case KHUI_ACTION_PASSWD_ID:



More information about the kfwdev mailing list