Fix 234734...eh, I think this was the most proper fix for the other bug but I forgot that webpage autocomplete uses this code too. I could wrap this in an if statement to make sure it's a xul elt but it really doesn't matter, I'd just as soon remove it entirely.

git-svn-id: svn://10.0.0.236/trunk@152869 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2004-02-18 06:14:50 +00:00
parent 178f29006b
commit 327047a516

View File

@ -636,7 +636,6 @@
<method name="onPopupClick">
<parameter name="aEvent"/>
<body><![CDATA[
this.mInput.mEnterEvent = aEvent;
var controller = this.view.QueryInterface(Components.interfaces.nsIAutoCompleteController);
controller.handleEnter();
]]></body>