svn rev #20172: branches/krb5-1-6/ src/windows/identity/ui/

tlyu@MIT.EDU tlyu at MIT.EDU
Wed Nov 28 19:59:24 EST 2007


Commit By: tlyu
Log Message: 
ticket: 5842
version_fixed: 1.6.4

pull up r20164 from trunk

 r20164 at 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.
 
 




Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/ui/mainwnd.c



More information about the cvs-krb5 mailing list