# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1325778926 0 # Node ID 92bed442620a3e72a29993d3b081031fc1374558 # Parent 5facb53809440d608daec23de3e0952463db9c33 Didn't notice that [NSApplication stop] took a sender parameter on Mac. diff -r 5facb5380944 -r 92bed442620a mac/dw.m --- a/mac/dw.m Thu Jan 05 15:45:11 2012 +0000 +++ b/mac/dw.m Thu Jan 05 15:55:26 2012 +0000 @@ -2820,7 +2820,7 @@ */ void API dw_main_quit(void) { - [DWApp stop]; + [DWApp stop:nil]; } /*