summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2004-03-25 22:47:35 (UTC)
committer llornkcor <llornkcor>2004-03-25 22:47:35 (UTC)
commitad160e97db39536ac42acdd3f2f98d1e49ae1f75 (patch) (side-by-side diff)
tree91d34769526464a2cbe1deb121ad1497ee9f4c7d
parent1db459f8a2e3846397bef77bd0f47b70a0e01612 (diff)
downloadopie-ad160e97db39536ac42acdd3f2f98d1e49ae1f75.zip
opie-ad160e97db39536ac42acdd3f2f98d1e49ae1f75.tar.gz
opie-ad160e97db39536ac42acdd3f2f98d1e49ae1f75.tar.bz2
initialize earilier
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfmData.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp
index ce7da24..2997c55 100644
--- a/noncore/apps/advancedfm/advancedfmData.cpp
+++ b/noncore/apps/advancedfm/advancedfmData.cpp
@@ -29,9 +29,7 @@
using namespace Opie::Ui;
void AdvancedFm::init() {
-#if defined(QT_QWS_OPIE)
- qDebug("<<<<<<<<<<<<<<<<<<<<<<<< OPIE!!!");
-#endif
+ b = false;
setCaption( tr( "AdvancedFm" ) );
QVBoxLayout *layout = new QVBoxLayout( this );
@@ -237,7 +235,6 @@ void AdvancedFm::init() {
// b = TRUE;
filterStr="*";
- b=FALSE;
showMenuHidden();
TabWidget->setCurrentWidget(0);