Page 1 of 1

[RESOLVED] FlashGot 1.4.1rc3 Reporting Itself Incorrectly

Posted: Thu Mar 15, 2012 11:07 pm
by therube
FlashGot 1.4.1rc3 Reporting Itself Incorrectly

install.js, install.rdf, flashgotService.js are reporting rc3 as rc2.

diff:

rc3:

Code: Select all

96  typesWhitelistRx: /\b(?:x(?:ht)?ml|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,

100    return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsICancelable : CI.nsIWebBrowserPersist;
rc2:

Code: Select all

96  typesWhitelistRx: /\b(?:x?html|image|css|j(?:ava(?:script)?|son)|shockwave)\b/i,

100    return this.downloadInterface = "nsIHttpActivityObserver" in CI ? CI.nsIProgressEventSink : CI.nsIWebBrowserPersist;

Re: FlashGot 1.4.1rc3 Reporting Itself Incorrectly

Posted: Thu Mar 15, 2012 11:43 pm
by Giorgio Maone
Fixed on flahgot.net, thanks.