diff options
author | dynaflash <[email protected]> | 2007-09-12 13:32:50 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-12 13:32:50 +0000 |
commit | 38d04d4987f2565348df41d6c5e9b7239a570138 (patch) | |
tree | 99a215c61f08877340bae1ee0d41a540ac52267e /macosx/Controller.h | |
parent | 981743e364450ce975121a2e8b7943c324212598 (diff) |
MacGui: Fix Quit command, especially during encoding
- Adds proper warning windows and quits gracefully during all states
- Courtesy of travistex
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@955 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 807e08ff7..18d4681b0 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -237,6 +237,8 @@ - (void) doRip; - (IBAction) Cancel: (id) sender; +- (void) doCancelCurrentJob; + - (IBAction) Pause: (id) sender; - (IBAction) calculateBitrate: (id) sender; |