change MOZ_PHOENIX ifdef to MOZ_XUL_APP to help GTK2 builds of thunderbird

This commit is contained in:
scott%scott-macgregor.org 2003-05-15 00:54:01 +00:00
Родитель 9b3a9f5323
Коммит 7a2bbbf1f1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -64,7 +64,7 @@ nsSplashScreenGtk::~nsSplashScreenGtk()
NS_IMETHODIMP nsSplashScreenGtk::Show()
{
#ifdef MOZ_PHOENIX
#ifdef MOZ_XUL_APP
if (!splash_xpm[0])
return NS_OK;
#endif