event log: remove unneeded references

This commit is contained in:
Hylke Bons 2011-11-17 12:22:55 +00:00
parent 977c1694c3
commit 10c969f9b1
2 changed files with 1 additions and 3 deletions

View file

@ -193,7 +193,7 @@ namespace SparkleShare {
public override void DecidePolicyForNavigation (WebView web_view, NSDictionary action_info,
NSUrlRequest request, WebFrame frame, NSObject decision_token)
{
SparkleEventLogController.LinkClicked (request.Url.ToString ());
Controller.LinkClicked (request.Url.ToString ());
}
}
}

View file

@ -17,8 +17,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Threading;
using Gtk;