sending 10l to Filip

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8695 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2003-01-01 14:16:02 +00:00
parent a5005b2847
commit 6d5589535b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}