diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 3c1e28f4..a90fdb69 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -116,7 +116,7 @@ namespace SparkleShare { // Handle invitations when the user saves an // invitation into the SparkleShare folder - if (args.Name.EndsWith (".sparkle")) { + if (args.Name.EndsWith (".sparkle") && !FirstRun) { XmlDocument xml_doc = new XmlDocument (); xml_doc.Load (args.Name);