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
ca, fr, fr_CA, and it updates
[adiumx.git]
/
ASUnitTests
/
GetAdiumsName.applescript
blob
b88923088b526327f0d32b13d4a39c389b6b8187
1
global
HandyAdiumScripts
2
3
on
run
4
tell
application
"Adium"
5
if
(
get
name
)
is not
"Adium"
then error
6
end tell
7
end
run