From 5fbed0cb9d56dd8e189b4fa9a4e4fd16a7752b4b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Jun 2010 14:25:11 +0100 Subject: [PATCH] add comments --- SparkleShare/SparkleBubble.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index f2f8c554..b1b90dad 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -29,6 +29,8 @@ namespace SparkleShare { AttachToStatusIcon (SparkleUI.NotificationIcon); } + // Checks whether the system allows adding buttons to a notification, + // prevents error messages in Ubuntu. new public void AddAction (string Action, string Label, ActionHandler Handler) {