diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-01-19 01:24:12 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-19 01:24:12 +0800 |
commit | 89b748800033c3527b07a0527453a7a014894c3d (patch) | |
tree | 2f435dbb0eabbe943fe953605879435f8792cc79 /wombat/ChangeLog | |
parent | 1ebee5b96f0861a48a1de9b8230540d740dd65cf (diff) | |
download | gsoc2013-evolution-89b748800033c3527b07a0527453a7a014894c3d.tar.gz gsoc2013-evolution-89b748800033c3527b07a0527453a7a014894c3d.tar.zst gsoc2013-evolution-89b748800033c3527b07a0527453a7a014894c3d.zip |
Return a success value. (setup_pas): Likewise. (setup_config): Likewise.
2001-01-17 Federico Mena Quintero <federico@ximian.com>
* wombat.c (setup_pcs): Return a success value.
(setup_pas): Likewise.
(setup_config): Likewise.
(main): Exit if we could not initialize all of the Wombat
services.
(init_corba): Check the return value of gnome_init_with_popt_table().
(main): Call bindtextdomain() and textdomain().
svn path=/trunk/; revision=7623
Diffstat (limited to 'wombat/ChangeLog')
-rw-r--r-- | wombat/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index a2a176d7c7..03d37dc03e 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,13 @@ +2001-01-17 Federico Mena Quintero <federico@ximian.com> + + * wombat.c (setup_pcs): Return a success value. + (setup_pas): Likewise. + (setup_config): Likewise. + (main): Exit if we could not initialize all of the Wombat + services. + (init_corba): Check the return value of gnome_init_with_popt_table(). + (main): Call bindtextdomain() and textdomain(). + 2000-12-23 Ettore Perazzoli <ettore@helixcode.com> * Makefile.am (INCLUDES): Add `-I$(top_builddir)/calendar/pcs' for |