From 6dbc17cd62ebd59a79e53f0e53af38c3af8e1c89 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 13 Jan 2009 18:45:41 +0000 Subject: [PATCH] MacGui: no need to reload the chapters nstableview when loading a queue item. git-svn-id: svn://localhost/HandBrake/trunk@2081 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 3ca252b3..dbe8b3b1 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2127,12 +2127,6 @@ fWorkingCount = 0; //status = NSRunAlertPanel(@"HandBrake is now loading up a new queue item...",@"Would You Like to wait until you add another encode?", @"Cancel", @"Okay", nil); //[NSApp requestUserAttention:NSCriticalRequest]; - // Notify ChapterTitles that there's no title - [fChapterTitlesDelegate resetWithTitle:nil]; - [fChapterTable reloadData]; - - //[self enableUI: NO]; - if( [detector isVideoDVD] ) { // The chosen path was actually on a DVD, so use the raw block -- 2.11.0