mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-11 10:22:08 +00:00
Small fix
svn path=/trunk/gtk-sharp/; revision=7374
This commit is contained in:
parent
e59f626a81
commit
2239115a55
|
@ -15,8 +15,7 @@ class GnomeDbClient {
|
|||
|
||||
static void Main (string [] args)
|
||||
{
|
||||
Gtk.Application.Init ();
|
||||
GnomeDb.Application.Init ("GnomeDbClient", "0.1", ref args);
|
||||
GnomeDb.Application.Init ();
|
||||
|
||||
/* create the UI */
|
||||
window = new Gtk.Window ("GNOME-DB client");
|
||||
|
|
Loading…
Reference in a new issue