Closed Bug 77095 Opened 23 years ago Closed 23 years ago

tree.database.RemoveDatasource --> tree.database.RemoveDataSource

Categories

(Core :: XUL, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: andre.bugs2, Assigned: dougt)

Details

(Whiteboard: would like for 0.9)

The 's' in RemoveDatasource' should be uppercase. The below patch fixes that.

Index: xpfe/components/directory/directory.js
===================================================================
RCS file: /cvsroot/mozilla/xpfe/components/directory/directory.js,v
retrieving revision 1.41
diff -u -r1.41 directory.js
--- xpfe/components/directory/directory.js      2001/04/14 21:10:13     1.41
+++ xpfe/components/directory/directory.js      2001/04/22 13:55:09
@@ -225,7 +225,7 @@
        var tree = document.getElementById("tree");
        if (tree)
        {
-               tree.database.RemoveDatasource(HTTPIndex);
+               tree.database.RemoveDataSource(HTTPIndex);
                tree.database.RemoveObserver(RDF_observer);
            debug("Directory: removed observer\n");
        }
the 1.40 revision to that file by dougt introduced that error.

bbaetz: since you r='ed that patch,can you r= this?

nominating for 0.9
Keywords: mozilla0.9
r=bbaetz
Whiteboard: would like for 0.9
a= asa@mozilla.org for checkin to 0.9
Fix has been checked in by Bradley Baetz. I'm marking this one fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Thank you for catching this André!!
Verified fixed with CVS source as of 2001-12-20-08.
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.