Changeset 3681

Show
Ignore:
Timestamp:
02/07/06 11:55:38 (3 years ago)
Author:
morris
Message:

Fix warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCTrackers.m

    r3676 r3681  
    328328 
    329329- (void)connectionDidClose:(NSNotification *)notification { 
    330         WCTrackerConnection     *connection; 
    331         WCError                         *error; 
     330        WCError         *error; 
    332331         
    333332        error = [[notification userInfo] objectForKey:WCErrorKey]; 
     
    340339        [_progressIndicator stopAnimation:self]; 
    341340         
    342         [connection terminate]; 
     341        [[notification object] terminate]; 
    343342} 
    344343