summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/hide-only-showin-entries.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/tdebase/hide-only-showin-entries.diff')
-rw-r--r--opensuse/tdebase/hide-only-showin-entries.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/opensuse/tdebase/hide-only-showin-entries.diff b/opensuse/tdebase/hide-only-showin-entries.diff
deleted file mode 100644
index f403d38c5..000000000
--- a/opensuse/tdebase/hide-only-showin-entries.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-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() );
-