# HG changeset patch # User IBBoard # Date 1281814717 0 # Node ID 0a466c011016d512ada3b17f6aa665d894034f2c # Parent 245677d0d47ed9cd80ee1bd848c9f4efbea062ac Re #26: Add GTK wrapper methods * Remove "dispose" call, since we don't know whether the caller has done with the widget or not diff -r 245677d0d47e -r 0a466c011016 NotebookUtil.cs --- a/NotebookUtil.cs Sat Aug 14 19:37:49 2010 +0000 +++ b/NotebookUtil.cs Sat Aug 14 19:38:37 2010 +0000 @@ -61,7 +61,6 @@ close.Name = "NotebookTab.CloseButton"; close.Clicked += delegate { notebook.Remove(page); - page.Dispose(); }; hbox.PackStart(close); hbox.ShowAll();