repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Now, groups can retrieve a list of the contacts in that group. I probably should...
[adiumx.git]
/
Source
/
AIBorderlessListController.h
blob
a5eb17cb9189f7ae3800e966137934a8d8b93156
1
//
2
// AIBorderlessListController.h
3
// Adium
4
//
5
// Created by Evan Schoenberg on 1/8/06.
6
7
#import
"AIListController.h"
8
9
@interface AIBorderlessListController
:
AIListController
{
10
BOOL emptyListHiding
;
11
float
previousAlpha
;
12
}
13
14
@end