diff options
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/wombat.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 9eb9dea30e..e32b3e0da6 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2001-02-27 Federico Mena Quintero <federico@ximian.com> + + * wombat.c (init_corba): Use VERSION and the Wombat description + for gnome_init_with_popt_table(). + 2001-02-16 Federico Mena Quintero <federico@ximian.com> * wombat.c (main): Unref the factories if we failed to initialize diff --git a/wombat/wombat.c b/wombat/wombat.c index fb3bfc5ab2..e93c0838fe 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -160,7 +160,7 @@ setup_vfs (int argc, char **argv) static void init_corba (int *argc, char **argv) { - if (gnome_init_with_popt_table ("Personal Addressbook Server", "0.0", + if (gnome_init_with_popt_table ("wombat", VERSION, *argc, argv, oaf_popt_options, 0, NULL) != 0) { g_message (_("init_corba(): could not initialize GNOME")); exit (EXIT_FAILURE); |