diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBController.m | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 5cb51da8b..5b721237b 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -701,7 +701,10 @@ handler(YES); } - handler(NO); + else + { + handler(NO); + } }]; } else |