From 9320b0f1ad25267019a03174c286e8c87f3fea03 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 18 Nov 2010 00:33:55 +0000 Subject: [PATCH] [controller] don't reset user info on every run --- SparkleShare/SparkleController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index ebafca1a..998897bf 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -63,9 +63,6 @@ namespace SparkleShare { public SparkleController () { - - UserName = ""; - UserEmail = ""; SetProcessName ("sparkleshare");