[Python-checkins] CVS: python/dist/src/Mac/Python macglue.c,1.107.2.1,1.107.2.2

Jack Jansen jackjansen@users.sourceforge.net
2001年11月29日 05:19:11 -0800


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv21852/Python/Mac/Python
Modified Files:
 Tag: r22b2-branch
	macglue.c 
Log Message:
Edit->Copy from the console window didn't work because we could inadvertantly create two menubars. Fixed.
Index: macglue.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macglue.c,v
retrieving revision 1.107.2.1
retrieving revision 1.107.2.2
diff -C2 -d -r1.107.2.1 -r1.107.2.2
*** macglue.c	2001年11月18日 02:05:34	1.107.2.1
--- macglue.c	2001年11月29日 13:19:09	1.107.2.2
***************
*** 730,734 ****
 	if ( (sioux_mbar=GetMenuBar()) == NULL ) {
 #else
! 	{
 #endif
 		/* Sioux menu not installed yet. Do so */
--- 730,734 ----
 	if ( (sioux_mbar=GetMenuBar()) == NULL ) {
 #else
! 	if ( (sioux_mbar=GetMenuBar()) == NULL || GetMenuHandle(SIOUX_APPLEID) == NULL) {
 #endif
 		/* Sioux menu not installed yet. Do so */

AltStyle によって変換されたページ (->オリジナル) /