openbsd-ports/x11/krusader/patches/patch-krusader_Konfigurator_kgdependencies_cpp
ajacoutot cbe37f9efd Import krusader-1.80.0
Krusader is an advanced twin panel (commander style) file manager for
KDE similar to Midnight or Total Commander.
It provides all the file management features you could possibly want:
extensive archive handling, mounted filesystem support, FTP, advanced
search module, an internal viewer/editor, directory synchronisation,
file content comparisons, powerful batch renaming and much much more.
It supports a wide variety of archive formats and can handle other KIO
slaves such as smb or fish. It is (almost) completely customizable, very
user friendly and fast.

requested on ports@
2007-11-02 11:17:21 +00:00

13 lines
847 B
Plaintext

$OpenBSD: patch-krusader_Konfigurator_kgdependencies_cpp,v 1.1.1.1 2007/11/02 11:17:21 ajacoutot Exp $
--- krusader/Konfigurator/kgdependencies.cpp.orig Wed Oct 31 16:58:57 2007
+++ krusader/Konfigurator/kgdependencies.cpp Wed Oct 31 17:00:12 2007
@@ -68,7 +68,7 @@ KgDependencies::KgDependencies( bool first, QWidget* p
addApplication( "locate", pathsGrid, 8, general_tab, PAGE_GENERAL );
addApplication( "mount", pathsGrid, 9, general_tab, PAGE_GENERAL );
addApplication( "umount", pathsGrid,10, general_tab, PAGE_GENERAL );
- addApplication( "updatedb", pathsGrid,11, general_tab, PAGE_GENERAL );
+ addApplication( "locate.updatedb", pathsGrid,11, general_tab, PAGE_GENERAL );
// ---------------------------- PACKERS TAB -------------------------------------
QWidget *packers_tab = new QWidget( tabWidget, "tab_3" );