summaryrefslogtreecommitdiff
path: root/uui/source
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
commit34cd3b3a122306251ed396fba0d0566cb0654d3a (patch)
tree1914f1e2dd95ced6ae5428acf79a75ffa4d239c4 /uui/source
parent1f41060ac1b0bb71f12ea7071c853a47ace4e7f7 (diff)
parent737b9524f777df9ce04b5822dda5a34f5db218f7 (diff)
dr77: rebase to DEV300_m88
Diffstat (limited to 'uui/source')
-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 fe326f6bdc..e7086e9a1e 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);