From 2239115a55c75d0e1e38a470ccf21b11828c08dd Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 12 Sep 2002 01:37:27 +0000 Subject: [PATCH] Small fix svn path=/trunk/gtk-sharp/; revision=7374 --- sample/DbClient/GnomeDbClient.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sample/DbClient/GnomeDbClient.cs b/sample/DbClient/GnomeDbClient.cs index 0955026e8..0f76d39c3 100644 --- a/sample/DbClient/GnomeDbClient.cs +++ b/sample/DbClient/GnomeDbClient.cs @@ -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");