| Paste number 60602: | windowDidLoad |
| Pasted by: | naixn |
| 5 days, 8 hours ago | |
| #adium-devl | Context in IRC logs | |
| Paste contents: |
| @interface NSIAdiumSoulSendFile : AIWindowController { // Outlets IBOutlet NSTextField* label_login; IBOutlet NSMatrix* matrix_sendMethod; IBOutlet NSPopUpButton* popUp_sendLocation; NSAdiumsoulAccount* account; NSAdiumsoulContact* contact; } - (void)windowDidLoad { AILog(@"[AdiumSoul] 1/ view did load"); [super windowDidLoad]; AILog(@"[AdiumSoul] 2/ Centering window"); [[self window] center]; AILog(@"[AdiumSoul] 3/ Setting value"); [label_login setStringValue:[contact UID]]; AILog(@"[AdiumSoul] 4/ Configuring menu"); [self configureLocationMenu]; } |
This paste has no annotations.