Cut and paste bug fix
svn path=/trunk/gtk-sharp/; revision=7987
This commit is contained in:
parent
ec91241afa
commit
cb75f8b85f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public Gtk.TreeView FileList {
|
||||||
[DllImport("gtksharpglue")]
|
[DllImport("gtksharpglue")]
|
||||||
static extern IntPtr gtksharp_file_selection_get_selection_entry (IntPtr i);
|
static extern IntPtr gtksharp_file_selection_get_selection_entry (IntPtr i);
|
||||||
public Gtk.Entry SelectionEntry {
|
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")]
|
[DllImport("gtksharpglue")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue