sparklebubble: use icon by default

This commit is contained in:
Hylke Bons 2010-05-27 11:26:54 +02:00
parent 9c12af4b19
commit b09424b30b
2 changed files with 3 additions and 3 deletions

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;
Show ();
IconName = "folder-sparkleshare";
// TODO: Doesn't work for some reason
AttachToStatusIcon (SparkleUI.NotificationIcon);
}

View file

@ -148,8 +148,6 @@ namespace SparkleShare {
new SparkleBubble (_("Syncing folder ") + RepoName + "",
_("SparkleShare will notify you when this is done."));
SparkleBubble.IconName = "folder-sparkleshare";
Hide ();
Process.WaitForExit ();