jdgeenen / gcontactsync

Synchronizes contacts & groups between Thunderbird or SeaMonkey and Google Contacts. Imports Facebook friends and Twitter contacts
Other
70 stars 15 forks source link

"com.gContactSync is undefined" error in Thunderbird 45 #104

Closed jdgeenen closed 8 years ago

jdgeenen commented 8 years ago

Some users have reported a "com.gContactSync is undefined" error in Thunderbird 45. Upon investigation, it looks like a race condition in TB 45 when loading add-ons that define a global "com" object. Refactor to introduce a global "gContactSync" instead of "com.gContactSync".