log: update FIXME comment

This commit is contained in:
Hylke Bons 2011-05-15 23:03:59 +01:00
parent 05868c9803
commit e6108f3aec

View file

@ -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 ();