aboutsummaryrefslogtreecommitdiff
path: root/src/windows/identity/ui/mainwnd.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2007-04-11 01:58:21 +0000
committerTom Yu <tlyu@mit.edu>2007-04-11 01:58:21 +0000
commitc853b68b95d9a8c1978e2833bd7af8dd170bbfc7 (patch)
treeceeba90a35c62b2fff478a8f7b9136fa7e189779 /src/windows/identity/ui/mainwnd.c
parent5d18ef6be8dea2dfbeb66b7f9b4e8fc2ec220f53 (diff)
downloadkrb5-c853b68b95d9a8c1978e2833bd7af8dd170bbfc7.zip
krb5-c853b68b95d9a8c1978e2833bd7af8dd170bbfc7.tar.gz
krb5-c853b68b95d9a8c1978e2833bd7af8dd170bbfc7.tar.bz2
pull up r19407 from trunk
r19407@cathode-dark-space: jaltman | 2007-04-06 21:02:00 -0400 ticket: new subject: NIM 1.2.0.1 corrections component: windows tags: pullup NetIdMgr Version 1.2.0.1 netidmgr.exe: - add functionality to implement previously defined "DefaultSticky" registry based configuration parameter. This value is can be added to an installer by a transform or pushed by Group Policy. When set, it controls the default setting of the "sticky" flag for new identities. nidmgr32.dll: - fix the version resources: FileVersion, ProductName, and ProductVersion krb5cred.dll: - when importing an identity from the MSLSA, if there has never been a default identity, configure the MSLSA identity to be the default. ticket: 5516 version_fixed: 1.6.1 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19421 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/ui/mainwnd.c')
-rw-r--r--src/windows/identity/ui/mainwnd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/windows/identity/ui/mainwnd.c b/src/windows/identity/ui/mainwnd.c
index 76a3fde..38402a2 100644
--- a/src/windows/identity/ui/mainwnd.c
+++ b/src/windows/identity/ui/mainwnd.c
@@ -221,6 +221,10 @@ khm_main_wnd_proc(HWND hwnd,
kmq_subscribe_hwnd(KMSG_KMM, hwnd);
mw_restart_refresh_timer(hwnd);
+ /* if the plug-ins finished loading before the window was
+ created, we would have missed the KMSG_KMM_I_DONE message.
+ So we check if the module load is complete and if so, fire
+ off KMSG_ACT_BEGIN_CMDLINE. */
if (!kmm_load_pending())
kmq_post_message(KMSG_ACT, KMSG_ACT_BEGIN_CMDLINE, 0, 0);
break;