diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index 17d7056c..7cb344d7 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -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 ()); } } } diff --git a/SparkleShare/SparkleEventLog.cs b/SparkleShare/SparkleEventLog.cs index c02165d0..01ad0fe0 100755 --- a/SparkleShare/SparkleEventLog.cs +++ b/SparkleShare/SparkleEventLog.cs @@ -17,8 +17,6 @@ using System; using System.Collections.Generic; -using System.Diagnostics; -using System.Text.RegularExpressions; using System.Threading; using Gtk;