From 8a9114f46baaa91f57898374190142a417eb66ca Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 11 Mar 2013 13:57:44 +0000 Subject: [PATCH] Update SparkleAbout.cs --- SparkleShare/Linux/SparkleAbout.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SparkleShare/Linux/SparkleAbout.cs b/SparkleShare/Linux/SparkleAbout.cs index 3a7ca73f..b97dcf8e 100755 --- a/SparkleShare/Linux/SparkleAbout.cs +++ b/SparkleShare/Linux/SparkleAbout.cs @@ -44,7 +44,6 @@ namespace SparkleShare { WindowPosition = WindowPosition.Center; Title = "About SparkleShare"; AppPaintable = true; - TypeHint = Gdk.WindowTypeHint.Dialog; string image_path = new string [] { SparkleUI.AssetsPath, "pixmaps", "about.png" }.Combine ();