diff options
author | ritsuka <[email protected]> | 2009-01-13 18:45:41 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2009-01-13 18:45:41 +0000 |
commit | 31027fc97e74dbc655e6feabdabe5e36636f4e65 (patch) | |
tree | c1e2e12602782c4b6a394b90224797f72657d4c0 /macosx | |
parent | 3569f15ed3c1f9788b0a731bec79de3833e5e4ee (diff) |
MacGui: no need to reload the chapters nstableview when loading a queue item.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2081 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 3ca252b3c..dbe8b3b1d 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 |