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