summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/ui/main.c
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2006-07-19 22:36:00 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2006-07-19 22:36:00 +0000
commit1df41f81af35c6ba7f5f54b079c0de7d182684a5 (patch)
tree031074d1177a8aecedef799d7b1e14e54a32d642 /src/windows/identity/ui/main.c
parent3bf4292984d7b13ac106a7d16128315028745385 (diff)
downloadkrb5-1df41f81af35c6ba7f5f54b079c0de7d182684a5.tar.gz
krb5-1df41f81af35c6ba7f5f54b079c0de7d182684a5.tar.xz
krb5-1df41f81af35c6ba7f5f54b079c0de7d182684a5.zip
Windows NetIDMgr post-1.5 branch commits
The following patch updates the NetIDMgr: * allow plug-ins to be marked "do not unload" in order to support DLLs that create threads that are not properly cleaned up as part of library unload. * allow plug-ins to be marked "disabled" * Additional changes to deal with Microsoft's efforts to deprecate all of the str C runtime functions. * Improvements to Manifest processing in the build system * Addition of Tooltip support to the Toolbar. Dragging the mouse over toolbar buttons displays textual descriptions. * Correct the behavior of the New Credentials Dialog to disable the "Ok" button after it has been pressed. * Add support to allow plugin configuration data to be distributed as part of transforms to the MSI installer. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18344 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/ui/main.c')
-rw-r--r--src/windows/identity/ui/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/identity/ui/main.c b/src/windows/identity/ui/main.c
index cad5dc5667..ad39de7eeb 100644
--- a/src/windows/identity/ui/main.c
+++ b/src/windows/identity/ui/main.c
@@ -226,8 +226,10 @@ void khm_leave_modal(void) {
}
EnableWindow(khm_hwnd_main, TRUE);
+#if 0
if (khui_main_window_active)
SetForegroundWindow(khm_hwnd_main);
+#endif
khui_modal_dialog = NULL;
}