Skip to content

Commit 8f18ae5

Browse files
committed
Formatting.
1 parent a3841c6 commit 8f18ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ public int getSelectionCount() {
834834
}
835835

836836
@Override
837-
public void setWindow(NSWindow window) {
837+
public void setWindow(final NSWindow window) {
838838
// Save frame rectangle
839839
window.setFrameAutosaveName("Browser");
840840
window.setMiniwindowImage(IconCacheFactory.<NSImage>get().iconNamed("cyberduck-document.icns"));
@@ -849,9 +849,9 @@ public void setWindow(NSWindow window) {
849849
if(window.respondsToSelector(Foundation.selector("setTitlebarSeparatorStyle:"))) {
850850
window.setTitlebarSeparatorStyle(NSWindow.NSTitlebarSeparatorStyle.NSTitlebarSeparatorStyleNone);
851851
}
852-
super.setWindow(window);
853852
// Accept file promises from history tab
854853
window.registerForDraggedTypes(NSArray.arrayWithObject(NSPasteboard.FilesPromisePboardType));
854+
super.setWindow(window);
855855
}
856856

857857
@Override

0 commit comments

Comments
 (0)