diff options
author | Chris Toshok <toshok@ximian.com> | 2002-07-26 09:18:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-07-26 09:18:58 +0800 |
commit | b9006f61327b6185a243eb3b0a0a8e0631588a23 (patch) | |
tree | e8cbfa40d14f1887600cc8ee017b5c122599b04f /wombat | |
parent | 4f17d5a3cb380e772c4c4885ff8c52b25e66aeaf (diff) | |
download | gsoc2013-evolution-b9006f61327b6185a243eb3b0a0a8e0631588a23.tar.gz gsoc2013-evolution-b9006f61327b6185a243eb3b0a0a8e0631588a23.tar.zst gsoc2013-evolution-b9006f61327b6185a243eb3b0a0a8e0631588a23.zip |
add a silly "up and running" message.
2002-07-25 Chris Toshok <toshok@ximian.com>
* wombat.c (main): add a silly "up and running" message.
svn path=/trunk/; revision=17597
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/wombat.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index efcdb8df3d..ce2c584bda 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 Chris Toshok <toshok@ximian.com> + + * wombat.c (main): add a silly "up and running" message. + 2002-07-22 Dan Winship <danw@ximian.com> * Makefile.am (wombat_LDADD): Include libpcsfile.a, libpasfile.a diff --git a/wombat/wombat.c b/wombat/wombat.c index fba9b9e898..354cd33770 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -290,6 +290,8 @@ main (int argc, char **argv) exit (EXIT_FAILURE); } + g_print ("Wombat up and running\n"); + bonobo_main (); bonobo_object_unref (BONOBO_OBJECT (cal_factory)); |