summaryrefslogtreecommitdiffstats
path: root/khelpcenter/navigator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/navigator.cpp')
-rw-r--r--khelpcenter/navigator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp
index e05671ef2..7d865d9a8 100644
--- a/khelpcenter/navigator.cpp
+++ b/khelpcenter/navigator.cpp
@@ -225,8 +225,9 @@ void Navigator::insertParentAppDocs( const TQString &name, NavigatorItem *topIte
KServiceGroup::List::ConstIterator end = entries.end();
for ( ; it != end; ++it ) {
TQString desktopFile = ( *it )->entryPath();
- if ( TQDir::isRelativePath( desktopFile ) )
+ if ( TQDir::isRelativePath( desktopFile ) ) {
desktopFile = locate( "apps", desktopFile );
+ }
createItemFromDesktopFile( topItem, desktopFile );
}
}