From a710cb325c7827679c35c61ab41b821a5bc77673 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sun, 30 Oct 2011 18:32:08 +0000 Subject: Flash the taskbar indefinitely on Windows diff --git a/Swift/QtUI/QtChatTabs.cpp b/Swift/QtUI/QtChatTabs.cpp index 249080b..9921754 100644 --- a/Swift/QtUI/QtChatTabs.cpp +++ b/Swift/QtUI/QtChatTabs.cpp @@ -256,7 +256,7 @@ void QtChatTabs::handleTabTitleUpdated(QWidget* widget) { void QtChatTabs::flash() { #ifndef SWIFTEN_PLATFORM_MACOSX - QApplication::alert(this, 3000); + QApplication::alert(this, 0); #endif } -- cgit v0.10.2-6-g49f6