fSoundPlaying = NO;
- fRemoteQuit = NO;
-
[GrowlApplicationBridge setGrowlDelegate: self];
[[UKKQueue sharedFileWatcher] setDelegate: self];
}
- (NSApplicationTerminateReply) applicationShouldTerminate: (NSApplication *) sender
{
- if (!fUpdateInProgress && !fRemoteQuit && [fDefaults boolForKey: @"CheckQuit"])
+ if (!fUpdateInProgress && [fDefaults boolForKey: @"CheckQuit"])
{
int active = 0, downloading = 0;
Torrent * torrent;
[[NSWorkspace sharedWorkspace] selectFile: location inFileViewerRootedAtPath: nil];
}
-- (void) ipcQuit
+/*- (void) ipcQuit
{
fRemoteQuit = YES;
[NSApp terminate: self];
[self confirmRemoveTorrents: torrents deleteData: NO deleteTorrent: NO];
return YES;
-}
+}*/
@end