aboutsummaryrefslogtreecommitdiffstats
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
parent17ef9cfeafbef81a54b19a90631d65e038f72829 (diff)
downloadgsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.gz
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.bz2
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.lz
gsoc2013-evolution-02b379173a834e87d0db9ba141e725f26c1ed1cb.tar.xz
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
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/main.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6a74eabc12..8d6324cf52 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2002-03-18 Ettore Perazzoli <ettore@ximian.com>
+ * main.c (main): Report a message before entering bonobo_main() to
+ simplify debugging.
+
+2002-03-18 Ettore Perazzoli <ettore@ximian.com>
+
* folder-browser.c: Remove E_FILTERBAR_RESET menu entry.
2002-03-15 Jeffrey Stedfast <fejj@ximian.com>
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 ();