svnno****@sourc*****
svnno****@sourc*****
2009年 4月 27日 (月) 23:10:05 JST
Revision: 3351 http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3351 Author: yutakapon Date: 2009-04-27 23:10:05 +0900 (Mon, 27 Apr 2009) Log Message: ----------- ãã£ã³ã»ã«ãã¿ã³ãæ¼ä¸ãããå ´åãã¦ã£ã³ãã¦ãç ´æ£ããSCPå¦çãä¸æãããããã«ããã 親ã¦ã£ã³ãã¦ãæå°åããå ´åã§ããSCPå¦çãç¶è¡ãããããã«ããã Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2009-04-26 16:13:29 UTC (rev 3350) +++ trunk/ttssh2/ttxssh/ssh.c 2009-04-27 14:10:05 UTC (rev 3351) @@ -8080,6 +8080,7 @@ case IDCANCEL: EndDialog(hWnd, 0); + DestroyWindow(hWnd); return TRUE; default: return FALSE; @@ -8105,7 +8106,7 @@ if (IsIconic(hd)) return 0; // EBhEª©¦ÈÈÁ½çALZ³ê½B - if (IsWindowVisible(hd) == 0) + if (IsWindow(hd) == 0) return 1; return 0; }