Changeset 4359

Show
Ignore:
Timestamp:
07/10/06 22:52:34 (2 years ago)
Author:
morris
Message:

Don't scroll chat to bottom after changing preferences

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/English.lproj/ReleaseNotes.rtf

    r4357 r4359  
    3131 
    3232\f1\b0 \cf0 - Fix a problem with chat window being hidden after connect\ 
    33 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    34  
    35 \f0\b \cf2 \ 
     33- Fix a problem with transfer queueing when adding multiple transfers at the same time\ 
     34- Don't scroll chat to bottom after changing preferences 
     35\f0\b \cf2 \ 
     36
    36371.3.1\ 
    37 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    3838 
    3939\f1\b0 \cf0 - Add Japanese, French and German localizations\ 
  • WiredClient/trunk/WCChat.m

    r4328 r4359  
    774774- (void)preferencesDidChange:(NSNotification *)notification { 
    775775        [self _update]; 
    776  
    777         [_chatOutputTextView scrollToBottom]; 
    778776} 
    779777