fix whitespace

This commit is contained in:
Hylke Bons 2010-06-12 14:20:38 +01:00
parent 11843a13ec
commit 9e96669849

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);