]> granicus.if.org Git - handbrake/commit
MacGui: Add -selectedPreset helper method
authordynaflash <dynaflashtech@gmail.com>
Thu, 26 May 2011 16:17:13 +0000 (16:17 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 26 May 2011 16:17:13 +0000 (16:17 +0000)
commitbc7983fdd633c46e2cb7aaaca5ca416b5e787b45
tree1b784335e91178e39c7d7034dbe89476297fa6f5
parente4683402a0d12ad84e3a3b7fc1a584a7491c5044
MacGui: Add -selectedPreset helper method
- Patch once again by blindjimmy.. thanks!
- This change consolidates all the calls in Controller.m of [fPresetsOutlineView itemAtRow:[fPresetsOutlineView selectedRow]] to get the currently selected preset to use a new -selectedPreset accessor method. This is both easier to read and is better decomposition.
- as per https://reviews.handbrake.fr/r/85/

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4003 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.m