Temporary hack to make tboxen green, this will be fixed TOMORROW! (Bug 237745)

This commit is contained in:
bsmedberg%covad.net 2004-10-29 21:04:42 +00:00
Родитель eed44381c7
Коммит fe72086e1f
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -323,6 +323,8 @@ void AEApplicationClass::HandleRun(AEDesc *token, const AppleEvent *appleEvent,
----------------------------------------------------------------------------*/
void AEApplicationClass::HandleReOpen(AEDesc *token, const AppleEvent *appleEvent, AppleEvent *reply)
{
// XXXbsmedberg this is just a hack to turn the tbox green, I will fix this tomorrow.
#ifndef MOZ_XUL_APP
OSErr err = noErr;
nsresult rv = NS_OK;
nsCOMPtr<nsINativeAppSupport> nas;
@ -340,6 +342,7 @@ void AEApplicationClass::HandleReOpen(AEDesc *token, const AppleEvent *appleEven
err = CheckForUnusedParameters(appleEvent);
ThrowIfOSErr(err);
#endif
}
/*----------------------------------------------------------------------------