Skip to content

Commit 6dc623f

Browse files
author
mgricken
committed
Mac platform update.
git-svn-id: file:///tmp/test-svn/trunk@5133 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 3a4a866 commit 6dc623f

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

platform/src-mac/edu/rice/cs/drjava/platform/MacPlatform.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void beforeUISetup() {
100100
public void handleOpenFile(ApplicationEvent event) {
101101
if (event.getFilename()!=null) {
102102
edu.rice.cs.drjava.DrJavaRoot.handleRemoteOpenFile(new java.io.File(event.getFilename()), -1);
103+
event.setHandled(true);
103104
}
104105
}
105106
};

0 commit comments

Comments
 (0)