summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index e26478cf91..c29d17cbed 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -176,7 +176,7 @@ int vo_wm_detect( void )
metacity_hack = 1;
}
XFree( args );
- if (wm && !icewm_hack && metacity_hack)
+ if (wm && metacity_hack)
return wm;
}