From fac310651f4cb30a210e375f3d0fed3b548e8443 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 9 Oct 2013 11:47:59 +0200 Subject: [PATCH] setup: Remove debug lines --- SparkleShare/Linux/SparkleSetup.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index 7fcfe880..630f9c50 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -29,8 +29,7 @@ namespace SparkleShare { public SparkleSetup () : base () - {var about = new SparkleAbout (); - about.ShowAll(); + { Controller.HideWindowEvent += delegate { Application.Invoke (delegate { Hide (); }); };