Small fix
svn path=/trunk/gtk-sharp/; revision=7374
This commit is contained in:
parent
e59f626a81
commit
2239115a55
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue