logsui/logsapp/src/logsmainwindow.cpp
changeset 14 f27aebe284bb
parent 11 64a47b97e1e1
child 16 c5af8598d22c
--- a/logsui/logsapp/src/logsmainwindow.cpp	Tue Jul 06 14:16:36 2010 +0300
+++ b/logsui/logsapp/src/logsmainwindow.cpp	Wed Aug 18 09:49:12 2010 +0300
@@ -55,11 +55,9 @@
 void LogsMainWindow::bringAppToForeground()
 {
     LOGS_QDEBUG( "logs [UI] -> LogsMainWindow::bringAppToForeground" );
-    if ( !mForeground ){
-        mForeground = true;
-        show();
-        raise();
-    }
+    mForeground = true;
+    show();
+    raise();
     LOGS_QDEBUG( "logs [UI] <- LogsMainWindow::bringAppToForeground" );
 }