diff --git a/ChangeLog b/ChangeLog index ffcc7d966..7487c0733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * gtk/ScrolledWindow.custom: new file with ScrolledWindow custom default constructor + use this (null, null) * parser/Metadata.pm: addClassData subroutine to add diff --git a/gtk/ScrolledWindow.custom b/gtk/ScrolledWindow.custom index 9adad988a..bab5028d1 100644 --- a/gtk/ScrolledWindow.custom +++ b/gtk/ScrolledWindow.custom @@ -8,6 +8,6 @@ // This code is inserted after the automatically generated code. // - public ScrolledWindow () : this (new Adjustment (IntPtr.Zero), new Adjustment (IntPtr.Zero)) { + public ScrolledWindow () : this (null, null) { SetPolicy (PolicyType.Automatic, PolicyType.Automatic); } \ No newline at end of file