From 3e60dc2a9bd0860feae3ebebdfd5f25ad3ce3b13 Mon Sep 17 00:00:00 2001 From: alwin Date: Fri, 16 Apr 2004 13:44:24 +0000 Subject: the home directory will inside the pathlisting, too. --- diff --git a/noncore/graphics/opie-eye/gui/filesystem.cpp b/noncore/graphics/opie-eye/gui/filesystem.cpp index 91bcf67..6f1c64a 100644 --- a/noncore/graphics/opie-eye/gui/filesystem.cpp +++ b/noncore/graphics/opie-eye/gui/filesystem.cpp @@ -2,7 +2,7 @@ * GPLv2 zecke@handhelds.org * No WArranty... */ - +#include #include #include @@ -37,6 +37,14 @@ PFileSystem::~PFileSystem() { void PFileSystem::changed() { m_pop->clear(); m_dev.clear(); + + /* home dir, too */ + QString f = getenv( "HOME" ); + if (!f.isEmpty()) { + m_dev.insert("Home directory",f); + m_pop->insertItem("Home directory"); + } + const QList &fs = m_storage->fileSystems(); QListIterator it(fs ); for ( ; it.current(); ++it ) { -- cgit v0.9.0.2