Fix an error being logged when window to activate is gone on Linux

This commit is contained in:
Adomas Venčkauskas 2018-03-05 14:28:07 +02:00
parent 13766e1f6c
commit 381351b433

View file

@ -1363,7 +1363,7 @@ Zotero.Utilities.Internal.activate = new function() {
}
XFree(res[0]);
return foundWindow;
return false;
}
/**