summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-27 16:01:33 +0000
committerdynaflash <[email protected]>2007-07-27 16:01:33 +0000
commitf4c75d35a93cb5595a7bd5920971627e64617395 (patch)
treea63718e37733c5738fcb0184f5ddcec8e309264d /macosx/Controller.mm
parent9db3edbb18f5845c29172392564607cd87fb16f7 (diff)
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
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm2
1 files changed, 1 insertions, 1 deletions
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];
}