[nc addObserver: fWindow selector: @selector(makeKeyWindow)
name: @"MakeWindowKey" object: nil];
-#warning look at this
[nc addObserver: self selector: @selector(fullUpdateUI)
name: @"UpdateQueue" object: nil];
if (add)
{
+ [torrent setQueuePosition: [fTorrents count]];
+
[torrent update];
[fTorrents addObject: torrent];
[torrent release];
- #warning set to bottom of queue
-
[self fullUpdateUI];
}
else
if (add)
{
+ [torrent setQueuePosition: [fTorrents count]];
+
[torrent update];
[fTorrents addObject: torrent];
[torrent release];
- #warning set to bottom of queue
-
[self fullUpdateUI];
}
else