Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aualin:kde
kdebase3
hide-only-showin-entries.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hide-only-showin-entries.diff of Package kdebase3
Index: konqueror/konq_mainwindow.cc =================================================================== --- konqueror/konq_mainwindow.cc.orig +++ konqueror/konq_mainwindow.cc @@ -4926,6 +4926,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() );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor