event log: fix compile error

This commit is contained in:
Hylke Bons 2011-11-17 13:28:27 +00:00
parent 10c969f9b1
commit 693a762199

View file

@ -73,7 +73,7 @@ namespace SparkleShare {
this.web_view.NavigationRequested += delegate (object o, WebKit.NavigationRequestedArgs args) {
if (args.Request.Uri == this.link_status)
Controller.LinkClicked (args.Request.Uri);
SparkleEventLogController.LinkClicked (args.Request.Uri);
// Don't follow HREFs (as this would cause a page refresh)
if (!args.Request.Uri.Equals ("file:"))