From 0b54c9e288c3ba28daf391dce767b631831f7278 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 28 Mar 2016 11:53:26 +0100 Subject: [PATCH] Fix build --- SparkleShare/Linux/SparkleController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SparkleShare/Linux/SparkleController.cs b/SparkleShare/Linux/SparkleController.cs index d43e773a..e92aaf19 100755 --- a/SparkleShare/Linux/SparkleController.cs +++ b/SparkleShare/Linux/SparkleController.cs @@ -172,5 +172,10 @@ namespace SparkleShare { Clipboard clipboard = Clipboard.Get (Gdk.Atom.Intern ("CLIPBOARD", false)); clipboard.Text = text; } + + + public override void InstallProtocolHandler () + { + } } }