From fb7299297c7b08e39df65aed8e759182994d2a56 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 27 Feb 2012 02:05:00 +0000 Subject: [PATCH] remove leftover debug rule --- SparkleShare/SparkleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index faa4f31b..be4814d0 100755 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -78,7 +78,7 @@ namespace SparkleShare { // sparkleshare-invite-opener.desktop launches the handler on newer // systems (like GNOME 3) that implement the last freedesktop.org specs. // For GNOME 2 however we need to tell gconf about the protocol manually - Console.WriteLine (); + try { // Add the handler to gconf... Process process = new Process ();