---
src/superfluous.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/superfluous.c b/src/superfluous.c
index 04db09e..75652f4 100644
--- a/src/superfluous.c
+++ b/src/superfluous.c
@@ -386,7 +386,7 @@ static int bounceDirection(WAppIcon *aicon)
void wAppBounce(WApplication *wapp)
{
- if (wapp->app_icon && !wapp->flags.bouncing) {
+ if (!wPreferences.no_animations && wapp->app_icon &&
!wapp->flags.bouncing) {
++wapp->refcount;
wapp->flags.bouncing = 1;
--
1.7.1
--
To unsubscribe, send mail to [email protected].