Cut and paste bug fix

svn path=/trunk/gtk-sharp/; revision=7987
This commit is contained in:
Miguel de Icaza 2002-10-04 18:52:03 +00:00
parent ec91241afa
commit cb75f8b85f

View File

@ -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")]