mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 22:53:08 +00:00
make wallet compile on unix
This commit is contained in:
parent
3ee2a13826
commit
26b5340c11
@ -80,7 +80,7 @@ net_http_password_data_interp(
|
||||
char *password_buffer, int32 password_buffer_size);
|
||||
|
||||
PUBLIC void NET_DeleteCookie(char* cookieURL);
|
||||
PUBLIC void NET_DisplayCookieInfoAsHTML(ActiveEntry * cur_entry);
|
||||
PUBLIC void NET_DisplayCookieInfoAsHTML(MWContext * context);
|
||||
|
||||
|
||||
/*============================================================================================
|
||||
|
@ -256,7 +256,7 @@ nsBrowserAppCore::Forward()
|
||||
//#define WALLET_SAMPLES_URL "http://peoplestage/morse/wallet/samples/"
|
||||
|
||||
PRInt32
|
||||
newWindow(char* urlName) {
|
||||
newWind(char* urlName) {
|
||||
nsresult rv;
|
||||
nsString controllerCID;
|
||||
|
||||
@ -361,7 +361,7 @@ nsBrowserAppCore::WalletEditor()
|
||||
}
|
||||
|
||||
/* bring up the wallet editor in a new window */
|
||||
return newWindow(WALLET_EDITOR_URL);
|
||||
return newWind(WALLET_EDITOR_URL);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
@ -384,7 +384,7 @@ nsBrowserAppCore::WalletSafeFillin()
|
||||
}
|
||||
|
||||
#ifndef HTMLDialogs
|
||||
return newWindow("file:///y|/htmldlgs.htm");
|
||||
return newWind("file:///y|/htmldlgs.htm");
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user