|
From: Andre R. <and...@us...> - 2006-02-05 16:05:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32321 Modified Files: shellmouse.c Log Message: Don't call shellupdateopenrecentmenu in the OPML Editor since it doesn't have the Open Recent sub-menu of the File menu. Index: shellmouse.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmouse.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** shellmouse.c 20 Dec 2005 22:33:02 -0000 1.6 --- shellmouse.c 5 Feb 2006 16:05:04 -0000 1.7 *************** *** 406,412 **** case inMenuBar: #if TARGET_API_MAC_CARBON == 1 ! shellupdateopenrecentmenu (); /* 2005-09-25 creedon */ ! #endif --- 406,412 ---- case inMenuBar: #if TARGET_API_MAC_CARBON == 1 ! #ifndef OPMLEDITOR shellupdateopenrecentmenu (); /* 2005-09-25 creedon */ ! #endif #endif |