get ipc fully working with ipc

This commit is contained in:
Mitchell Livingston
2007-12-24 03:48:42 +00:00
parent 54f1ee06d4
commit 63e7a8597e
7 changed files with 67 additions and 10 deletions

View File

@@ -207,8 +207,9 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
fBadger = [[Badger alloc] initWithLib: fLib];
fIPCController = [[IPCController alloc] initWithHandle: fPrefsController];
fIPCController = [[IPCController alloc] init];
[fIPCController setDelegate: self];
[fIPCController setPrefsController: fPrefsController];
fRemoteQuit = NO;
[GrowlApplicationBridge setGrowlDelegate: self];
@@ -2490,7 +2491,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
NSEnumerator * enumerator = [files objectEnumerator];
NSString * file;
BOOL torrent = NO;
int canAdd;
tr_ctor * ctor;
while ((file = [enumerator nextObject]))
{