|
From: Karsten W. <kar...@us...> - 2006-02-15 00:18:05
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27361 Modified Files: shellmenu.c Log Message: disabling call to shellupdateopenrecentmenu() for classic build; osx specific; commited wrong file previously Index: shellmenu.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmenu.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** shellmenu.c 11 Feb 2006 14:40:34 -0000 1.13 --- shellmenu.c 15 Feb 2006 00:17:51 -0000 1.14 *************** *** 1476,1480 **** --- 1476,1484 ---- #ifndef PIKE + # if TARGET_API_MAC_OS8 == 0 + // kw - 2006-02-15 --- due to osx specific implementation, classic isn't + // allowed to reference shellupdateopenrecentmenu() shellupdateopenrecentmenu (); /* 2006-02-11 aradke */ + # endif #endif } /*shellupdatemenus*/ |