<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>60602</integer>
    </number>
    <user>
      <string>naixn</string>
    </user>
    <title>
      <string>windowDidLoad</string>
    </title>
    <contents>
      <string>@interface NSIAdiumSoulSendFile : AIWindowController
{
    // Outlets
    IBOutlet    NSTextField*    label_login;
    IBOutlet    NSMatrix*       matrix_sendMethod;
    IBOutlet    NSPopUpButton*  popUp_sendLocation;

    NSAdiumsoulAccount*         account;
    NSAdiumsoulContact*         contact;
}


- (void)windowDidLoad
{
    AILog(@&quot;[AdiumSoul] 1/ view did load&quot;);
    [super windowDidLoad];
    AILog(@&quot;[AdiumSoul] 2/ Centering window&quot;);
    [[self window] center];

    AILog(@&quot;[AdiumSoul] 3/ Setting value&quot;);
    [label_login setStringValue:[contact UID]];
    AILog(@&quot;[AdiumSoul] 4/ Configuring menu&quot;);
    [self configureLocationMenu];
}
</string>
    </contents>
    <universal-time>
      <integer>3419521433</integer>
    </universal-time>
    <channel>
      <string>#adium-devl</string>
    </channel>
    <colorization-mode>
      <string>Objective C</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </paste>
</paste-with-annotations>