diff --git a/gtk/FileSelection.custom b/gtk/FileSelection.custom index 52a8cd1d0..3cf6969a0 100644 --- a/gtk/FileSelection.custom +++ b/gtk/FileSelection.custom @@ -36,7 +36,7 @@ public Gtk.TreeView FileList { [DllImport("gtksharpglue")] static extern IntPtr gtksharp_file_selection_get_selection_entry (IntPtr i); public Gtk.Entry SelectionEntry { - get { return new Gtk.Entry (gtksharp_file_selection_get_file_list (this.Handle)); } + get { return new Gtk.Entry (gtksharp_file_selection_get_selection_entry (this.Handle)); } } [DllImport("gtksharpglue")]