Index: konqueror/konq_mainwindow.cc =================================================================== RCS file: /home/kde/kdebase/konqueror/konq_mainwindow.cc,v retrieving revision 1.1406.2.3 diff -u -3 -p -r1.1406.2.3 konq_mainwindow.cc --- konqueror/konq_mainwindow.cc 3 Mar 2005 01:06:02 -0000 1.1406.2.3 +++ konqueror/konq_mainwindow.cc 22 Mar 2005 17:31:32 -0000 @@ -4805,6 +4805,9 @@ void KonqMainWindow::updateOpenWithActio KTrader::OfferList::ConstIterator end = services.end(); for (; it != end; ++it ) { + if ( (*it)->noDisplay() ) + continue; + KAction *action = new KAction( i18n( "Open with %1" ).arg( (*it)->name() ), 0, 0, (*it)->desktopEntryName().latin1() ); action->setIcon( (*it)->icon() );