fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz

This commit is contained in:
pnunn%netscape.com 1998-09-09 19:12:31 +00:00
Родитель 23327d8cb9
Коммит 3309ad7f30
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -202,11 +202,10 @@ void FE_LoadGridCellFromHistory(
void FE_SetRefreshURLTimer(
MWContext* context,
uint32 seconds,
char* refresh_url)
URL_Struct* URL_s)
{
if (ExtractHyperView(context))
ExtractHyperView(context)->SetTimerURL(seconds, refresh_url);
ExtractHyperView(context)->SetTimerURL(URL_s->refresh, URL_s->refresh_url);
}
void FE_ShowScrollBars(MWContext *context, XP_Bool show)