linux: Fix compile error

This commit is contained in:
Hylke Bons 2012-08-07 13:43:06 +02:00
parent 16ab051df4
commit 5cd3a17779

View file

@ -276,7 +276,7 @@ namespace SparkleShare {
"file://" + IO.Path.Combine (icons_path, "document-moved.png"));
Application.Invoke (delegate {
Application.Invoke (() => {
this.spinner.Stop ();
this.web_view.NavigationRequested -= WebViewNavigationRequested;
this.web_view.LoadHtmlString (html, "file://");
@ -285,7 +285,7 @@ namespace SparkleShare {
this.content_wrapper.Add (this.scrolled_window);
this.content_wrapper.ShowAll ();
});
}));
});
thread.Start ();
}