fix a crash on quit with the QuickLook window open

This commit is contained in:
Mitchell Livingston
2009-10-12 00:48:16 +00:00
parent 99c4d8cc09
commit a01688aed6
2 changed files with 12 additions and 14 deletions

View File

@@ -98,6 +98,10 @@ typedef enum
IBOutlet NSTextField * fURLSheetTextField;
IBOutlet NSButton * fURLSheetOpenButton;
#warning change to QLPreviewPanel
id fPreviewPanel;
BOOL fQuitting;
BOOL fUpdateInProgress;
BOOL fPauseOnLaunch;
@@ -110,9 +114,6 @@ typedef enum
NSMutableDictionary * fPendingTorrentDownloads;
BOOL fSoundPlaying;
#warning change to QLPreviewPanel
id fPreviewPanel;
}
- (void) openFiles: (NSArray *) filenames addType: (addType) type forcePath: (NSString *) path;