about summary refs log tree commit diff
path: root/pkgs/aszlig/psi/keep-urgency-hint.patch
blob: f2b1757b3e4c081141466238525d39af8232554a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/tools/advwidget/advwidget.cpp b/src/tools/advwidget/advwidget.cpp
index c1f896e2..c4c6ca83 100644
--- a/src/tools/advwidget/advwidget.cpp
+++ b/src/tools/advwidget/advwidget.cpp
@@ -216,7 +216,7 @@ void GAdvancedWidget::Private::doFlash(bool yes)
 
 #else
 
-    QApplication::alert(parentWidget_, yes ? 0 : 1);
+    QApplication::alert(parentWidget_, 0);
 
 #endif
 }