changeset 14:0a466c011016

Re #26: Add GTK wrapper methods * Remove "dispose" call, since we don't know whether the caller has done with the widget or not
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Aug 2010 19:38:37 +0000
parents 245677d0d47e
children f6126047dd8c
files NotebookUtil.cs
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();