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:
Derek DeMoro
2006-08-25 16:48:55 +00:00
committed by derek
parent c078265c28
commit f8cf4d14c9

View File

@ -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) {