This commit is contained in:
tbogard%aol.net 2000-02-24 05:11:11 +00:00
parent 823b7f6458
commit 4b47fc6551

View File

@ -172,7 +172,7 @@ void
GtkMozillaContainer::Reload(GtkMozillaReloadType type)
{
nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(mWebShell));
webNav->Reload(nsIWebNavigation::loadNormal);
webNav->Reload(nsIWebNavigation::reloadNormal);
}
gint