OSDN Git Service

MacGui: Move app support directory check to -init in controller.mm
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 15 Nov 2007 14:48:16 +0000 (14:48 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 15 Nov 2007 14:48:16 +0000 (14:48 +0000)
commit1c2f4dab814236122f8c3fcec6c89797d8da1c21
tree30b1ff10ab47e87bc8185d3356e9f801cf93dcb2
parentfbd5a71ab0616d3b0d222fe1ac3f44772f5e593d
MacGui: Move app support directory check to -init in controller.mm
- Makes ~/Library/Application Support/HandBrake available to HBOutputPanelController immediately
- Elimates duplicate code to check for app support directory for both the presets as well as the activity log (as well as any other future features that will require this directory)
- Also fixed issue where clicking "Discard" in the update alert closes the main window and won't let it come back (this will be totally unnecessary once the Sparkle update system is implemented).

git-svn-id: svn://localhost/HandBrake/trunk@1061 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.mm
macosx/HBOutputPanelController.m