Fix an error being logged when window to activate is gone on Linux
This commit is contained in:
parent
13766e1f6c
commit
381351b433
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ Zotero.Utilities.Internal.activate = new function() {
|
|||
}
|
||||
XFree(res[0]);
|
||||
|
||||
return foundWindow;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue