pull up r20164 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 29 Nov 2007 00:59:23 +0000 (00:59 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 29 Nov 2007 00:59:23 +0000 (00:59 +0000)
commitdbd0de41c96081833a1eeff4317824c73abf16a2
treed2b7b42c7413fd9afb6233c831ca1a03a7c81210
parent2cd91d5ee67731771edc929915ac26ef57746a34
pull up r20164 from trunk

 r20164@cathode-dark-space:  jaltman | 2007-11-14 17:34:53 -0500
 ticket: 5842

 The khm_show_main_window() function is no longer called
 at startup with khm_nCmdShow == SW_SHOWMINIMIZED in order to
 hide the main application by calling khm_hide_main_window().
 Instead, the main application window is simply never shown.

 As a result, khm_show_main_window() needs to respond to
 khm_nCmdShow == SW_SHOWMINIMIZED not by hiding the window
 but by changing the khm_nCmdShow state to SW_SHOW and then
 calling ShowWindow().

 This change will address the problem whereby "Show NIM Window"
 had to be triggered twice by the user when the process
 was started in a minimized state.

ticket: 5842
version_fixed: 1.6.4

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20172 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/mainwnd.c