[Xfce4-commits] <xfwm4:master> Stoopid typo (thank andrzejr for spotting this)
Olivier Fourdan
noreply at xfce.org
Sat Apr 7 17:40:01 CEST 2012
Updating branch refs/heads/master
to 10338e0a48ebc470e61ca2e97daaf6e2876473df (commit)
from 1d2753376664e4fe3b3a16c35a83f065f1408c2a (commit)
commit 10338e0a48ebc470e61ca2e97daaf6e2876473df
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat Apr 7 17:38:42 2012 +0200
Stoopid typo (thank andrzejr for spotting this)
src/moveresize.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/moveresize.c b/src/moveresize.c
index d476d2c..9893c30 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -767,7 +767,7 @@ clientMoveTile (Client *c, XMotionEvent *xevent)
* we should really not have such an option, I must have been weaked
* in the past...)
*/
- if (!(screen_info->params->tile_on_move & screen_info->params->restore_on_move))
+ if (!(screen_info->params->tile_on_move && screen_info->params->restore_on_move))
{
return FALSE;
}
More information about the Xfce4-commits
mailing list