summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.cpp
diff options
context:
space:
mode:
authorJohann Latocha2010-11-29 22:46:02 +0100
committerJohann Latocha2010-11-29 22:46:02 +0100
commite844b24a1a4ccb2330f24e2a4fa104403f1aac90 (patch)
tree78f2dc5d6960badd89fdd9533eef7d3b4ca98eb4 /src/pvsgui.cpp
parent[PVSMGRTOUCH] SetPassword works again (diff)
downloadpvs-e844b24a1a4ccb2330f24e2a4fa104403f1aac90.tar.gz
pvs-e844b24a1a4ccb2330f24e2a4fa104403f1aac90.tar.xz
pvs-e844b24a1a4ccb2330f24e2a4fa104403f1aac90.zip
Defect #779
Diffstat (limited to 'src/pvsgui.cpp')
-rw-r--r--src/pvsgui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pvsgui.cpp b/src/pvsgui.cpp
index 1520c81..1f11790 100644
--- a/src/pvsgui.cpp
+++ b/src/pvsgui.cpp
@@ -312,9 +312,6 @@ void PVSGUI::pvsDisconnect()
void PVSGUI::showMessage(QString title, QString msg, bool useDialog)
{
- if (!isVisible())
- return;
-
// show balloon message if supported, otherwise show message dialog
if (!useDialog && _trayIcon && QSystemTrayIcon::supportsMessages())
_trayIcon->showMessage(title, msg, QSystemTrayIcon::Information, 10000);