diff --git a/SparkleShare/SparkleLog.cs b/SparkleShare/SparkleLog.cs index 56cf2ac9..97e3465f 100644 --- a/SparkleShare/SparkleLog.cs +++ b/SparkleShare/SparkleLog.cs @@ -95,7 +95,7 @@ namespace SparkleShare { LinkStatus = args.Link; }; - // FIXME: Use the right event, waiting for newer webkit bindings + // FIXME: Use the right event, waiting for newer webkit bindings: NavigationPolicyDecisionRequested WebView.NavigationRequested += delegate (object o, WebKit.NavigationRequestedArgs args) { if (args.Request.Uri == LinkStatus) { Process process = new Process ();