From 1b64d5eb9f9d36813ed205b1544ea065072767dd Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 25 Aug 2002 05:51:21 +0000 Subject: [PATCH] Oops svn path=/trunk/gtk-sharp/; revision=7025 --- gtk/Table.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Table.custom b/gtk/Table.custom index 5ff1da52b..374b40b46 100644 --- a/gtk/Table.custom +++ b/gtk/Table.custom @@ -1,4 +1,4 @@ -public Table(uint rows, uint columns, bool homogeneous) +public Table() { Raw = gtk_table_new (0, 0, false); }