From 5dec02de7ff2fca3f1baf3ee5fea786896eee24a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 9 Oct 2013 11:32:13 +0200 Subject: [PATCH] eventlog: Fix temporary warning --- SparkleShare/Linux/SparkleEventLog.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleShare/Linux/SparkleEventLog.cs b/SparkleShare/Linux/SparkleEventLog.cs index d2727d8d..7a4664b8 100755 --- a/SparkleShare/Linux/SparkleEventLog.cs +++ b/SparkleShare/Linux/SparkleEventLog.cs @@ -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 ();