mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Stop blinking on focus of Contact List.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5056 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -91,7 +91,7 @@ public class AlertUI extends JPanel implements ActionListener {
|
||||
descriptionLabel.setText(description);
|
||||
|
||||
SparkManager.getWorkspace().addAlert(this);
|
||||
SparkManager.getAlertManager().flashWindow(SparkManager.getMainWindow());
|
||||
SparkManager.getAlertManager().flashWindowStopOnFocus(SparkManager.getMainWindow());
|
||||
}
|
||||
|
||||
public void actionPerformed(ActionEvent actionEvent) {
|
||||
|
||||
Reference in New Issue
Block a user