fix 350864 enable checking for new news messages at startup, sr=mscott
This commit is contained in:
Родитель
3da5f99b53
Коммит
cdb7c76697
|
@ -148,7 +148,7 @@
|
|||
<caption label="&serverSettings.label;"/>
|
||||
<vbox align="start">
|
||||
<checkbox wsm_persist="true"
|
||||
id="server.loginAtStartUp" hidefor="nntp"
|
||||
id="server.loginAtStartUp"
|
||||
label="&loginAtStartup.label;"
|
||||
accesskey="&loginAtStartup.accesskey;"
|
||||
prefattribute="value"
|
||||
|
|
|
@ -1507,7 +1507,7 @@ NS_IMETHODIMP
|
|||
nsNntpService::GetCanLoginAtStartUp(PRBool *aCanLoginAtStartUp)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aCanLoginAtStartUp);
|
||||
*aCanLoginAtStartUp = PR_FALSE;
|
||||
*aCanLoginAtStartUp = PR_TRUE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче