Fix word plugin state display in the Pref dialog
This commit is contained in:
parent
d9eb45bf0e
commit
3199d23d09
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ ZoteroPluginInstaller.prototype = {
|
|||
|
||||
isInstalled: function() {
|
||||
while(!this._version) Zotero.mainThread.processNextEvent(true);
|
||||
return this.prefBranch.getCharPref("version") == this._version &&
|
||||
this.prefBranch.getBoolPref("installed");
|
||||
return this.prefBranch.getBoolPref("installed");
|
||||
},
|
||||
|
||||
getAddonPath: function(addonID) {
|
||||
|
|
Loading…
Reference in a new issue