From 93ac7206499201e39e02c06f41af1162823c9e5f Mon Sep 17 00:00:00 2001 From: Hylke Date: Sat, 2 Jul 2011 17:15:29 +0100 Subject: [PATCH] intro: we don't want to fill in the fields after a successful add --- SparkleShare/SparkleIntro.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 6b2351be..8714b054 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -492,6 +492,9 @@ namespace SparkleShare { UrgencyHint = true; + strServerEntry = null; + strFolderEntry = null; + if (!HasToplevelFocus) { string title = String.Format (_("‘{0}’ has been successfully added"), folder_name); string subtext = _("");