Adium

Changeset 15173

Show
Ignore:
Timestamp:
02/08/2006 10:44:58 PM (3 years ago)
Author:
evands
Message:

Recalculate the key loop after adding the account-specific join chat view to the join chat window. This allows tabbing to/from the window's main controls (the account selector, OK, and cancel). Fixes #2853

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Adium Framework/DCJoinChatWindowController.m

    r14312 r15173  
    8787                [view_customView addSubview:currentView]; 
    8888                [controller configureForAccount:inAccount]; 
     89        } 
     90         
     91        if ([[self window] respondsToSelector:@selector(recalculateKeyViewLoop)]) { 
     92                [[self window] recalculateKeyViewLoop]; 
    8993        } 
    9094} 
  • trunk/Frameworks/Adium Framework/JoinChatWindow.nib/info.nib

    r13736 r15173  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>462 163 356 240 0 0 1280 1002 </string> 
     6        <string>216 160 356 240 0 0 1280 832 </string> 
    77        <key>IBFramework Version</key> 
    8         <string>439.0</string> 
     8        <string>443.0</string> 
    99        <key>IBOpenObjects</key> 
    1010        <array> 
     
    1212        </array> 
    1313        <key>IBSystem Version</key> 
    14         <string>8C46</string> 
     14        <string>8G32</string> 
    1515</dict> 
    1616</plist>