bug#50778: not a fix, but ifdef code to switch "pin chrome" on&off.

This commit is contained in:
pnunn%netscape.com 2000-09-06 00:23:46 +00:00
Родитель 8564e17f00
Коммит 31041e63eb
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -534,12 +534,12 @@ il_get_container(IL_GroupContext *img_cx,
ILTRACE(2, ("il: create ic=0x%08x\n", ic));
if (nsCRT::strncmp(image_url,"chrome", 6) == 0) {
#ifdef PIN_CHROME
if (nsCRT::strncmp(image_url,"chrome", 6) == 0)
ic->moz_type = TYPE_CHROME;
}
else {
else
#endif
ic->moz_type = TYPE_DEFAULT;
}
ic->hash = hash;
ic->urlhash = urlhash;