- Timestamp:
- Oct 31, 2006, 7:29:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r1044 r1045 1575 1575 //import only actually happened if the torrent array is larger 1576 1576 if (oldCount < [fTorrents count]) 1577 { 1577 1578 [GrowlApplicationBridge notifyWithTitle: NSLocalizedString(@"Torrent File Auto Added", 1578 1579 "Growl notification title") description: file 1579 1580 notificationName: GROWL_AUTO_ADD iconData: nil priority: 0 isSticky: NO clickContext: nil]; 1581 } 1582 else 1583 [fAutoImportedNames removeObjectIdenticalTo: file]; //failed to import, possibly because not fully downloaded 1580 1584 } 1581 1585 } … … 1584 1588 } 1585 1589 1586 - (int) numberOfRowsInTableView: (NSTableView *) t 1590 - (int) numberOfRowsInTableView: (NSTableView *) tableview 1587 1591 { 1588 1592 return [fDisplayedTorrents count];
Note: See TracChangeset
for help on using the changeset viewer.