mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-27 21:06:47 +00:00
fix so it compiles
svn path=/trunk/gtk-sharp/; revision=17570
This commit is contained in:
parent
4289134771
commit
82f46a92a0
|
@ -65,7 +65,7 @@ class GnomeDbClient {
|
|||
}
|
||||
|
||||
cnc = client.OpenConnection (dialog.Dsn, dialog.Username, dialog.Password,
|
||||
Gda.ConnectionOptions.Only);
|
||||
Gda.ConnectionOptions.ReadOnly);
|
||||
if (cnc != null)
|
||||
browser.Connection = cnc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue