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() {
|
isInstalled: function() {
|
||||||
while(!this._version) Zotero.mainThread.processNextEvent(true);
|
while(!this._version) Zotero.mainThread.processNextEvent(true);
|
||||||
return this.prefBranch.getCharPref("version") == this._version &&
|
return this.prefBranch.getBoolPref("installed");
|
||||||
this.prefBranch.getBoolPref("installed");
|
|
||||||
},
|
},
|
||||||
|
|
||||||
getAddonPath: function(addonID) {
|
getAddonPath: function(addonID) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue