commit 381351b4335ebb9b9f4ad4e7147da7b5cacd7332 parent 13766e1f6c11b92795d0f03126218f0d615d913d Author: Adomas VenĨkauskas <adomas.ven@gmail.com> Date: Mon, 5 Mar 2018 14:28:07 +0200 Fix an error being logged when window to activate is gone on Linux Diffstat:
| M | chrome/content/zotero/xpcom/utilities_internal.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js @@ -1363,7 +1363,7 @@ Zotero.Utilities.Internal.activate = new function() { } XFree(res[0]); - return foundWindow; + return false; } /**