mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 16:15:40 +00:00
Cut and paste bug fix
svn path=/trunk/gtk-sharp/; revision=7987
This commit is contained in:
parent
ec91241afa
commit
cb75f8b85f
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue