[ui] Bounce dock icon once on new event

This commit is contained in:
Hylke Bons 2011-02-08 01:53:57 +00:00
parent 0b9b7cc6f5
commit 541443b52a

View file

@ -67,6 +67,9 @@ namespace SparkleShare {
foreach (SparkleLog log in SparkleUI.OpenLogs)
log.UpdateEventLog ();
NSApplication.SharedApplication.RequestUserAttention
(NSRequestUserAttentionType.InformationalRequest);
});
};
@ -94,6 +97,8 @@ namespace SparkleShare {
};
}