-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 5 |
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); |