fix whitespace

This commit is contained in:
Hylke Bons 2010-06-12 14:31:33 +01:00
parent 5fbed0cb9d
commit 219a3a8325

View file

@ -23,10 +23,12 @@ namespace SparkleShare {
public class SparkleBubble : Notification {
public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) {
Timeout = 4500;
Urgency = Urgency.Low;
IconName = "folder-sparkleshare";
AttachToStatusIcon (SparkleUI.NotificationIcon);
Timeout = 4500;
Urgency = Urgency.Low;
IconName = "folder-sparkleshare";
AttachToStatusIcon (SparkleUI.NotificationIcon);
}
// Checks whether the system allows adding buttons to a notification,