Adium

Changeset 23191

Show
Ignore:
Timestamp:
04/21/2008 04:59:34 PM (7 months ago)
Author:
evands
Message:

Made the import from ichat button actually work in the first run wizard. Ick. Fixes #9678

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/AdiumSetupWizard.m

    r22030 r23191  
    1111#import "SetupWizardBackgroundView.h" 
    1212#import "GBFireImporter.h" 
     13#import "BGICImportController.h" 
    1314#import <AIUtilities/AIImageAdditions.h> 
    1415#import "AIServiceMenu.h" 
     
    118119        if(returnCode == NSAlertOtherReturn) 
    119120        { 
    120                 [adium performSelector:@selector(importFromiChat:
    121                                         withObject:nil 
    122                                         afterDelay:0.5]; 
     121                [BGICImportController performSelector:@selector(importIChatConfiguration
     122                                                                  withObject:nil 
     123                                                                  afterDelay:0.5]; 
    123124                [[self window] close]; 
    124125        }