Request info to get user icons when a Jabber contact signs on. Fixes #4205
[adiumx.git] / Source / AIMDLogViewerWindowController.h
blobc827d8e2d99231d76a88ea7a6706de80b1809304
1 //
2 // AIMDLogViewerWindowController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/1/06.
6 //
8 #import "AIAbstractLogViewerWindowController.h"
10 @interface AIMDLogViewerWindowController : AIAbstractLogViewerWindowController {
11 IBOutlet NSDatePicker *datePicker;
13 SKSearchRef currentSearch;
16 - (IBAction)selectDate:(id)sender;
18 @end