adium/adium

Add a short delay to the contentAdded event, to ensure it's run after the content has been appended.
//
// AINewMessageSearchField.h
// Adium
//
// Created by Thijs Alkemade on 23-10-12.
// Copyright (c) 2012 The Adium Team. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AINewMessageSearchField : NSSearchField {
IBOutlet NSTableView *table_results;
}
@end