aboutsummaryrefslogtreecommitdiffstats
path: root/mail/main.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-19 06:13:39 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-19 06:13:39 +0800
commit02b379173a834e87d0db9ba141e725f26c1ed1cb (patch)
tree8bdc99ef674ce1df748f7a5a199904219a77c097 /mail/main.c
parent17ef9cfeafbef81a54b19a90631d65e038f72829 (diff)
downloadgsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.gz
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.zst
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.zip
Report a message before entering bonobo_main() to simplify debugging.
* main.c (main): Report a message before entering bonobo_main() to simplify debugging. svn path=/trunk/; revision=16204
Diffstat (limited to 'mail/main.c')
-rw-r--r--mail/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/main.c b/mail/main.c
index 8876fb7517..d6c2e7ffcb 100644
--- a/mail/main.c
+++ b/mail/main.c
@@ -156,6 +156,8 @@ main (int argc, char *argv [])
gdk_threads_mutex = NULL;
}
+ g_print ("Evolution Mail ready and running.\n");
+
GDK_THREADS_ENTER ();
bonobo_main ();
span class='insertions'>+31 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Fix line-wrap issue...rnoland2009-04-121-2/+1 * Make pointyhat happy by adding depend on plugins-main.rnoland2009-04-121-2/+5 * Update to 0.8.2rnoland2009-04-083-34/+48 * Update to 0.7.8rnoland2008-10-013-8/+31 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0