Changeset 734 for trunk/macosx/Controller.m
- Timestamp:
- Aug 7, 2006, 1:03:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r733 r734 1345 1345 [fInfoController updateInfoStatsAndSettings]; 1346 1346 1347 if ([fDefaults boolForKey: @"PlaySeedingSound"]) 1348 { 1349 NSSound * sound; 1350 if ((sound = [NSSound soundNamed: @"Submarine"])) 1351 [sound play]; 1352 } 1353 1347 1354 [GrowlApplicationBridge notifyWithTitle: @"Seeding Complete" description: [[notification object] name] 1348 1355 notificationName: GROWL_SEEDING_COMPLETE iconData: nil priority: 0 isSticky: NO clickContext: nil];
Note: See TracChangeset
for help on using the changeset viewer.