Support for Thunderbird 3 beta

Bug #350380 reported by skoehnen
2
Affects Status Importance Assigned to Milestone
TBFeedNotifier
In Progress
Medium
Unassigned

Bug Description

I received an email with from Jörn Voss, he gave us a hint how we can add support for the Thunderbird 3 beta version.
We will implement this as soon as possible.

Thanks for this tip.

Here an excerpt of his email:

Da das RDF-Objekt in TB3 nicht mehr global verfügbar ist, muss man es
lokal anlegen. Folgendes habe ich dafür in
tbfeednotifier_initFeedNotifier() hinzugefügt:

if( typeof( RDF ) == "undefined" ) {
       RDF = Components.classes["@mozilla.org/rdf/rdf-
service;1"].getService(Components.interfaces.nsIRDFService);
}

Funktioniert dann auch weiterhin mit TB2.

Related branches

skoehnen (stefan-khnen)
Changed in tbfeednotifier:
assignee: nobody → t.huetz
importance: Undecided → Wishlist
Revision history for this message
Tim (t.huetz-deactivatedaccount) wrote :

Fixed commited in revision 47. It still works on TB2 but I haven't tested it on TB3 beta.

Changed in tbfeednotifier:
importance: Wishlist → Medium
milestone: none → 1.0
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.