Coding style fix.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@236 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
@@ -659,8 +659,8 @@ bool LauncherWindow::AuthenticationChallenge(BString message, BString& inOutUser
|
|||||||
AuthenticationPanel* panel = new AuthenticationPanel(Frame());
|
AuthenticationPanel* panel = new AuthenticationPanel(Frame());
|
||||||
// Panel auto-destructs.
|
// Panel auto-destructs.
|
||||||
return panel->getAuthentication(message, inOutUser, inOutPassword,
|
return panel->getAuthentication(message, inOutUser, inOutPassword,
|
||||||
inOutRememberCredentials, failureCount > 0, inOutUser, inOutPassword,
|
inOutRememberCredentials, failureCount > 0, inOutUser, inOutPassword,
|
||||||
&inOutRememberCredentials);
|
&inOutRememberCredentials);
|
||||||
}
|
}
|
||||||
|
|
||||||
void LauncherWindow::updateTitle(const BString& title)
|
void LauncherWindow::updateTitle(const BString& title)
|
||||||
|
|||||||
Reference in New Issue
Block a user