eventlog: Fix temporary warning

This commit is contained in:
Hylke Bons 2013-10-09 11:32:13 +02:00
parent 7701a13dcd
commit 5dec02de7f

View file

@ -103,7 +103,8 @@ namespace SparkleShare {
this.web_view.NavigationRequested += WebViewNavigationRequested; 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.content_wrapper.Add (this.spinner);
this.spinner.Start (); this.spinner.Start ();