Skip to content

Commit

Permalink
Fixing notice click bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikat Chakrabarti committed Jul 29, 2010
1 parent 6bae23e commit b0f22cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoginProviders/SCLoginDialogController.j
Expand Up @@ -497,7 +497,7 @@ SCLoginFailed = 1;
if ([aNotification object] !== _userField)
return;

if ([_cancelButton isHighlighted])
if ([_cancelButton isHighlighted] || [_notice isHighlighted])
{
[_window makeFirstResponder:_userField];
return;
Expand Down

0 comments on commit b0f22cc

Please sign in to comment.