summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-09-28 20:30:05 +0200
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-09-28 20:30:05 +0200
commit38fe0139663141f743f81c33aeed5d80ac4a8c94 (patch)
tree392480125e6721eca708b6468dd3fdadf988a0b6 /uui
parent5ed97c42bc1b0825fb7195521f486438e97405ac (diff)
parentbd1092ebc0b329883d1c079d598a73f3af4cd548 (diff)
dr77: rebase to DEV300_m88
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-authentication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index 6d65eb67055e..11f6627ed8b9 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -269,7 +269,7 @@ handleAuthenticationRequest_(
aInfo.SetCanRememberPassword(
ePreferredRememberMode != eAlternateRememberMode);
aInfo.SetIsRememberPassword(
- eDefaultRememberMode != ucb::RememberAuthentication_NO);
+ ePreferredRememberMode == eDefaultRememberMode);
aInfo.SetIsRememberPersistent(
ePreferredRememberMode == ucb::RememberAuthentication_PERSISTENT);