From 7a9871ce9d91fcd8dc5440eb72b7412623aa8541 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 15 May 2011 23:03:59 +0100 Subject: [PATCH] log: update FIXME comment --- SparkleShare/SparkleLog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();