diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-10-30 18:32:08 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-10-30 18:32:08 (GMT) | 
| commit | a710cb325c7827679c35c61ab41b821a5bc77673 (patch) | |
| tree | e1a80016637c110d7e58b1df4f7c5942ed734ded | |
| parent | 443b7759b8c59108b13ac55d20fdfe9d12ca4e79 (diff) | |
| download | swift-a710cb325c7827679c35c61ab41b821a5bc77673.zip swift-a710cb325c7827679c35c61ab41b821a5bc77673.tar.bz2 | |
Flash the taskbar indefinitely on Windows
| -rw-r--r-- | Swift/QtUI/QtChatTabs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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  } | 
 Swift
 Swift