TheWizard
TheWizard

Reputation: 41

Detecting addon uninstall event on FF4

How can I detect when user has uninstall my addon on FF4 (for cleanup process)? While it's working well on FF3, it does not work on FF4 beta...

I've tried this code sample: https://developer.mozilla.org/en/Addons/Add-on_Manager/Code_Samples

Does anyone know how to solve this?

Do you know of addon that support FF4 and has this event listener?

Thanks!

Upvotes: 1

Views: 411

Answers (1)

sdwilsh
sdwilsh

Reputation: 4682

The sample code was slightly wrong and has been corrected. The diff can be seen here.

Upvotes: 1

Related Questions