Log detected WM anyway

This commit is contained in:
Roman Shevchenko
2012-06-18 15:45:54 +02:00
parent 026fe84d62
commit 11c48b0c2a
@@ -127,8 +127,8 @@ public class IdeaApplication {
final Method getWMName = netProtocol.getClass().getDeclaredMethod("getWMName");
getWMName.setAccessible(true);
final String wmName = (String)getWMName.invoke(netProtocol);
if (wmName == null) return;
LOG.info("WM detected: " + wmName);
if (wmName == null) return;
if ("Mutter".equals(wmName)) {
try {