fix whitespace

This commit is contained in:
Hylke Bons 2010-06-12 14:20:38 +01:00
parent 4877221124
commit 26d24334b6

View file

@ -34,7 +34,7 @@ namespace SparkleShare {
bool CanHaveButtons =
(System.Array.IndexOf (Notifications.Global.Capabilities,
"actions") > -1);
"actions") > -1);
if (CanHaveButtons)
base.AddAction(Action, Label, Handler);