This commit is contained in:
morse%netscape.com 1999-06-08 21:06:22 +00:00
Родитель ec857a1846
Коммит 9ef5ccfa6a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -617,6 +617,7 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
case PRVCY_DISPLAY_WALLET:
/* set a cookie for the javascript wallet editor */
res = nsServiceManager::GetService(kWalletServiceCID,
kIWalletServiceIID,
@ -624,7 +625,7 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
if ((NS_OK == res) && (nsnull != walletservice)) {
nsIURL * url;
if (!NS_FAILED(NS_NewURL(&url, WALLET_EDITOR_URL))) {
res = walletservice->WALLET_PreEdit(url);
// res = walletservice->WALLET_PreEdit(url);
NS_RELEASE(walletservice);
}
}