From 41aaa97e19b29f96fced9013a707cc6d16bc2143 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 10 Oct 2002 00:31:19 +0000 Subject: menu --- (limited to 'noncore/apps/advancedfm/advancedfmMenu.cpp') diff --git a/noncore/apps/advancedfm/advancedfmMenu.cpp b/noncore/apps/advancedfm/advancedfmMenu.cpp index 7ee5065..6d37904 100644 --- a/noncore/apps/advancedfm/advancedfmMenu.cpp +++ b/noncore/apps/advancedfm/advancedfmMenu.cpp @@ -343,21 +343,27 @@ void AdvancedFm::filePerms() { } void AdvancedFm::doProperties() { +#if defined(QT_QWS_OPIE) + QStringList curFileList = getPath(); + QString filePath; if (TabWidget->currentPageIndex() == 0) { filePath = currentDir.canonicalPath()+"/"; } else { filePath= currentRemoteDir.canonicalPath()+"/"; } - // qDebug("%d",curFileList.count()); - for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { + qDebug("%d",curFileList.count()); + + for ( QStringList::Iterator it = curFileList.begin(); it != curFileList.end(); ++it ) { qDebug((filePath+*it)); DocLnk lnk( (filePath+*it)); LnkProperties prop( &lnk ); prop.showMaximized(); prop.exec(); } +#endif + } void AdvancedFm::upDir() { -- cgit v0.9.0.2