diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index 72d1783d..11a20f88 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -360,7 +360,8 @@ namespace SparkleShare { Button finish_button = new Button ("Finish") { Sensitive = false }; - Controller.UpdateProgressBarEvent += delegate (double percentage) { + Controller.UpdateProgressBarEvent += delegate (double percentage, string speed) { + // TODO: Add label to show download speed Application.Invoke (delegate { progress_bar.Fraction = percentage / 100; }); };