Small fix

svn path=/trunk/gtk-sharp/; revision=7374
This commit is contained in:
Rodrigo Moya 2002-09-12 01:37:27 +00:00
parent e59f626a81
commit 2239115a55

View File

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