This commit is contained in:
rpotts%netscape.com 2001-10-27 03:59:37 +00:00
Родитель 857f3174b3
Коммит 49eeee6f73
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -686,8 +686,7 @@ XRemoteService::OpenURL(nsCString &aArgument,
return NS_ERROR_FAILURE; return NS_ERROR_FAILURE;
// load it // load it
rv = loader->OpenURI(channel, nsIURILoader::viewUserClick, rv = loader->OpenURI(channel, PR_TRUE, listenerRef);
listenerRef);
} }
else { else {