eventlog: Fix temporary warning

This commit is contained in:
Hylke Bons 2013-10-09 11:32:13 +02:00
parent 1c6f86c085
commit 02b3041893

View file

@ -103,7 +103,8 @@ namespace SparkleShare {
this.web_view.NavigationRequested += WebViewNavigationRequested;
*/
this.scrolled_window.Add (new Button ("WebView"));
// this.scrolled_window.Add (this.web_view);
this.scrolled_window.AddWithViewport (new Button ("WebView"));
this.content_wrapper.Add (this.spinner);
this.spinner.Start ();