Changeset 4835

Show
Ignore:
Timestamp:
06/09/07 20:12:33 (1 year ago)
Author:
morris
Message:

When reconnecting to a server, mark all news posts as read

Files:

Legend:

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

    r4834 r4835  
    250250 
    251251 
     252- (void)serverConnectionWillReconnect:(NSNotification *)notification { 
     253        [self _readAllPosts]; 
     254} 
     255 
     256 
     257 
    252258- (void)serverConnectionServerInfoDidChange:(NSNotification *)notification { 
    253259        [[self window] setTitle:[[self connection] name] withSubtitle:[self name]];