Changeset 4815

Show
Ignore:
Timestamp:
06/04/07 17:15:05 (1 year ago)
Author:
morris
Message:

Don't show connect window when automatically reconnecting

Files:

Legend:

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

    r4813 r4815  
    238238        [self postNotificationName:WCServerConnectionWillReconnect object:self]; 
    239239 
    240         [self showWindow:self]; 
    241          
    242240        [self connect]; 
    243241}