]> granicus.if.org Git - handbrake/commitdiff
MacGui: Add the Disc icon for the toolbar that I forgot in the last commit :(
authordynaflash <dynaflashtech@gmail.com>
Fri, 27 Jul 2007 16:01:33 +0000 (16:01 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Fri, 27 Jul 2007 16:01:33 +0000 (16:01 +0000)
- 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

macosx/Controller.mm
macosx/icons/Disc.tiff [new file with mode: 0644]

index e811797b26a67bf724a73c76c9a3b35e2aa39c5d..39b1f11ef12e1b7609ff9eb4d37195f36117680d 100644 (file)
@@ -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 (file)
index 0000000..ec5d0a3
Binary files /dev/null and b/macosx/icons/Disc.tiff differ