Yes, please commit :-) Ciao, Simon On Thu, 28 Oct 1999, David Faure wrote: > On Wed, Oct 27, 1999 at 04:36:01PM -0700, Yves Arrouye wrote: > > Hi, > > > > In Konqueror, URLs entered in the address bar are being filtered by plugins > > (eg konq_searcher), and that's really cool. But not the ones entered in the > > Open Location... dialog box. Shouldn't things you enter here and on the > > address bar behave the same, thus changing slotOpenLocation so that: > > > > openURL( (KonqChildView *)m_currentView, u.ascii() ); > > > > is replaced by: > > > > KonqURLEnterEvent ev( u ); > > QApplication::sendEvent( this, &ev ); > > > > (If so, I can just commit the change.) > > If this works, feel free to commit. > (I'm surprised by the QApplication::sendEvent - won't this open the URL > in _all_ windows ? Isn't there a way to call it on the current window only ?) > > -- > David FAURE > david@mandrakesoft.com, faure@kde.org > http://home.clara.net/faure/ > KDE, Making The Future of Computing Available Today > >