[ui] Bounce dock icon once on new event

This commit is contained in:
Hylke Bons 2011-02-08 01:53:57 +00:00
parent 758d9e68fd
commit 0c3d7e8a37

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 {
};
}