fixed a typo

SVN revision: 16990
This commit is contained in:
tsauerbeck 2005-09-27 11:26:41 +00:00 committed by tsauerbeck
parent c356249423
commit 80ebddfcd8
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ ACT_FN_GO(window_sticky)
{
if (atoi(params) == 1)
e_border_stick(bd);
else if (atoi(params) == 1)
else if (atoi(params) == 0)
e_border_unstick(bd);
}
}