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
Keep the EKEzvOutgoingFileTransfer.m around so long as it is sending, regardless...
[adiumx.git]
/
ASUnitTests
/
GetWindowMinimized.applescript
blob
caa52b244a00826d25ef843901b4146eb4a5e75c
1
global
HandyAdiumScripts
2
3
on
run
4
tell
application
"Adium"
5
set
c
to
minimized
of
window
1
--for later restore
6
set
minimized
of
window
1
to
(
not
c)
7
if
(
get
minimized
of
window
1
)
is
c
then
8
--nothing to restore
9
error
10
end
11
set
minimized
of
window
1
to
c
--restore
12
end tell
13
end
run