[log] go back a page after clicking link

This commit is contained in:
Hylke Bons 2011-03-17 01:44:45 +00:00
parent fe6e98ae51
commit f63bb23742

View file

@ -102,6 +102,8 @@ namespace SparkleShare {
process.StartInfo.Arguments = args.Request.Uri.Replace (" ", "\\ "); // Escape space-characters
process.Start ();
WebView.GoBack ();
}
// FIXME: webview should stay on the same page