Skip to content

Commit 73824e6

Browse files
authored
Merge pull request #17336 from iterate-ch/bugfix/GH-17335
Fix #17335.
2 parents 0198a76 + 410522d commit 73824e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/LoginController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public void suppressionButtonClicked(final NSButton sender) {
190190
}
191191

192192
@Action
193-
public void usernameInputDidChange(final NSNotification sender) {
193+
public void usernameFieldTextDidChange(final NSNotification notification) {
194194
bookmark.getCredentials().setUsername(StringUtils.trim(usernameField.stringValue()));
195195
}
196196

0 commit comments

Comments
 (0)