From 63e45b90437e78ee11753c6782516dc38c30dd24 Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 22 Feb 2004 20:06:29 +0000 Subject: read more settings from opiestorage.cf --- diff --git a/core/launcher/documentlist.cpp b/core/launcher/documentlist.cpp index fdba687..9736e65 100644 --- a/core/launcher/documentlist.cpp +++ b/core/launcher/documentlist.cpp @@ -441,6 +441,11 @@ void DocumentListPrivate::appendDocpath(FileSystem*fs) } Config conf(f.filePath(), Config::File ); conf.setGroup("subdirs"); + bool read_all = conf.readBoolEntry("wholemedia",true); + if (read_all) { + docPaths+=fs->path(); + return; + } QStringList subDirs = conf.readListEntry("subdirs",':'); if (subDirs.isEmpty()) { if (defPath.exists()) { -- cgit v0.9.0.2