Closed GoogleCodeExporter closed 8 years ago
when commandFileOpen shows UI and
Finder starts to call handleOpenFile again and again and again...
Simple fix:
public boolean handleOpenFile(final String filename) {
IdlingEventQueue.invokeLater(new Runnable() {
public void run() {
Zipeg.commandFileOpen(filename);
}
});
return true;
}
Original comment by leo.kuzn...@gmail.com
on 8 Dec 2010 at 6:03
Original issue reported on code.google.com by
leo.kuzn...@gmail.com
on 8 Dec 2010 at 6:02