On 6/19/06, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
Antonio Gomes wrote:
> something like this
> http://lxr.mozilla.org/mozilla1.8/source/minimo/chrome/content/minimo.js#1798

That line is:

1798                 document.getElementById("toolbar-pan").collapsed=false;

yep, they've changed. I meant these:

1801
gBrowser.contentDocument.removeEventListener("mousedown",BrowserPanMouseHandler,true);
1802
gBrowser.contentDocument.removeEventListener("mouseup",BrowserPanMouseHandlerDestroy,true);
1803
gBrowser.contentDocument.removeEventListener("click",BrowserPanMouseHandlerPanNull,true);

thanks

--
--Antonio Gomes
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to