]> granicus.if.org Git - handbrake/commitdiff
MacGui: set the fTitle to NULL before performing a scan.
authorritsuka <damiog@gmail.com>
Wed, 3 Dec 2014 19:54:32 +0000 (19:54 +0000)
committerritsuka <damiog@gmail.com>
Wed, 3 Dec 2014 19:54:32 +0000 (19:54 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6579 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.m

index 23c60c8636e751bdb12b100ffca6c7181151f140..caf3fcd254ad7f0c66782213e8b99572b18527b2 100644 (file)
@@ -1459,7 +1459,9 @@ NSString *dragDropFiles                        = @"dragDropFiles";
     }
 
     // Notify anyone interested (audio/subtitles/chapters controller) that there's no title
+    fTitle = NULL;
     [fPictureController setTitle:NULL];
+
        [[NSNotificationCenter defaultCenter] postNotification:
         [NSNotification notificationWithName: HBTitleChangedNotification
                                                                   object: self