Skip to content

Commit 39cf7dd

Browse files
committed
No hyperlink for URL.
1 parent 91fe93b commit 39cf7dd

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/TransferController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private void updateLabels() {
416416
final Transfer transfer = transferTableModel.getSource().get(transferTable.selectedRow().intValue());
417417
// Draw text fields at the bottom
418418
final String remote = transfer.getRemote().getUrl();
419-
urlField.setAttributedStringValue(HyperlinkAttributedStringFactory.create(remote));
419+
urlField.setStringValue(remote);
420420
final String local = transfer.getLocal();
421421
if(local != null) {
422422
localField.setAttributedStringValue(

0 commit comments

Comments
 (0)