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
/
SetWindowResizable.applescript
blob
e36e763cdece1e3cf53256dd160cc53c33e9ed69
1
global
HandyAdiumScripts
2
3
on
run
4
tell
application
"Adium"
5
set
r
to
(
get
resizable
of
window
1
)
--for later restoration
6
try
7
set
resizable
of
window
1
to
(
not
r)
8
--should not get here
9
set
resizable
of
window
1
to
r
10
error
11
on error
number
num
12
if
num
is
-
2700
then error
13
end try
14
end tell
15
end
run