From 80ebddfcd85e445b7810ead40b488c30bf66d3f7 Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Tue, 27 Sep 2005 11:26:41 +0000 Subject: [PATCH] fixed a typo SVN revision: 16990 --- src/bin/e_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 91bbfa55b..4d7190dc0 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -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); } }