-rw-r--r-- | core/launcher/desktop.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp index 1a33b36..6ee7132 100644 --- a/core/launcher/desktop.cpp +++ b/core/launcher/desktop.cpp @@ -325,7 +325,7 @@ void DesktopApplication::switchLCD ( bool on ) if ( on ) - dapp-> m_screensaver-> restore ( ); //setBacklight ( on ? -3 : -1 ); - else - dapp-> m_screensaver-> save ( 1 ); - - } + dapp-> m_screensaver-> restore ( ); //setBacklight ( on ? -3 : -1 ); + else + dapp-> m_screensaver-> save ( 1 ); + + } } @@ -383,3 +383,3 @@ void DesktopApplication::desktopMessage( const QCString &msg, const QByteArray & else if ( msg == "home()" ) { - qpedesktop-> home ( ); + qpedesktop-> home ( ); } @@ -677,5 +677,5 @@ void Desktop::checkMemory() ignoreNormal = FALSE; - else - QMessageBox::information ( 0 , "Memory Status", - "There is enough memory again." ); +// else +// QMessageBox::information ( 0 , "Memory Status", +// "There is enough memory again." ); break; @@ -722,3 +722,3 @@ void Desktop::raiseLauncher() if ( tempItem == "Home" || tempItem.isEmpty() ) { - home ( ); + home ( ); } @@ -731,3 +731,3 @@ void Desktop::raiseLauncher() void Desktop::home ( ) -{ +{ if ( isVisibleWindow( launcher->winId() ) ) |