[Python-checkins] python/dist/src/Mac/Modules Nav.c,1.27,1.28

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 17:43:59 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv3128/Mac/Modules

Modified Files:
	Nav.c 
Log Message:
Getting rid of one more TARGET_API_MAC_OSX.


Index: Nav.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/Nav.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Nav.c	19 Nov 2003 15:32:46 -0000	1.27
--- Nav.c	19 Nov 2003 22:43:57 -0000	1.28
***************
*** 57,67 ****
  	}
  	if ( pyfunc == Py_None ) {
- #if !TARGET_API_MAC_OSX
- 		/* Special case: give update events to the Python event handling code */
- 		if ( callBackSelector == kNavCBEvent && 
- 				callBackParms->eventData.eventDataParms.event->what == updateEvt)
- 			PyMac_HandleEvent(callBackParms->eventData.eventDataParms.event);
- 		/* Ignore others */
- #endif
  		return;
  	}
--- 57,60 ----





More information about the Python-checkins mailing list