FlashGot is broken in SeaMonkey 2.53.17 beta 1 pre

Discussion of bugs in Seamonkey
Post Reply
User avatar
therube
Posts: 21698
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

FlashGot is broken in SeaMonkey 2.53.17 beta 1 pre

Post by therube »

FlashGot is broken in SeaMonkey 2.53.17 beta 1 pre


FlashGot 1.5.6.14rc1.xpi


The .xpi needs a change to the /components/flashgotService.js file.

substitute/ CI.nsIPrefBranchInternal with/ CI.nsIPrefBranch /in Line 1065

original:

Code: Select all

  get prefs() {
    delete this.prefs;
    return this.prefs = this.prefService.getBranch("flashgot.").QueryInterface(CI.nsIPrefBranchInternal);
  }
new:

Code: Select all

  get prefs() {
    delete this.prefs;
    return this.prefs = this.prefService.getBranch("flashgot.").QueryInterface(CI.nsIPrefBranch);
  }

Thanks to frg for the information on what to fix :-).



Fixed version linked, https://drive.google.com/file/d/1Vc55-C ... sp=sharing.
sha1: e33ddf48e69a358569c5181c5adc1c4f3d154967
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Post Reply