From: dynaflash Date: Fri, 27 Jul 2007 16:01:33 +0000 (+0000) Subject: MacGui: Add the Disc icon for the toolbar that I forgot in the last commit :( X-Git-Tag: 0.9.0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4c75d35a93cb5595a7bd5920971627e64617395;p=handbrake MacGui: Add the Disc icon for the toolbar that I forgot in the last commit :( - changed the NSTimer for UpdateUI from .2 to .5 which should alleviate a bit of the gui's overhead and HB can use all of the cpu cycles it can get. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@751 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.mm b/macosx/Controller.mm index e811797b2..39b1f11ef 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -851,7 +851,7 @@ list = hb_get_titles( fHandle ); } [[NSRunLoop currentRunLoop] addTimer: [NSTimer - scheduledTimerWithTimeInterval: 0.2 target: self + scheduledTimerWithTimeInterval: 0.5 target: self selector: @selector( UpdateUI: ) userInfo: NULL repeats: FALSE] forMode: NSModalPanelRunLoopMode]; } diff --git a/macosx/icons/Disc.tiff b/macosx/icons/Disc.tiff new file mode 100644 index 000000000..ec5d0a384 Binary files /dev/null and b/macosx/icons/Disc.tiff differ