[log] re-add the webview after link click

This commit is contained in:
Hylke Bons 2011-03-17 02:30:47 +00:00
parent 994946b17e
commit 1f2a62f48a

View file

@ -104,7 +104,7 @@ namespace SparkleShare {
process.StartInfo.Arguments = args.Request.Uri.Replace (" ", "\\ "); // Escape space-characters
process.Start ();
WebView.GoBack ();
UpdateEventLog ();
}