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