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/wombat.c | |
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/wombat.c')
-rw-r--r-- | wombat/wombat.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |