update bubble

This commit is contained in:
Hylke Bons 2010-05-09 02:02:00 +01:00
parent e8c13c4aff
commit 18d0958815

View file

@ -22,8 +22,9 @@ namespace SparkleShare {
public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) {
Timeout = 4500;
Urgency = Urgency.Normal;
Urgency = Urgency.Low;
Show ();
// StatusIcon = SparkleUI.NotificationIcon;
}
}