aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-23 17:42:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-23 17:42:11 +0800
commit86027d9cf0929da9aa6bbe9e3213a75f9ea36708 (patch)
tree0f07e0c14992681cece85f3442632bb37b6b43fc /shell/ChangeLog
parent91cc026904ed4cef8baf2e376940a850d02865ae (diff)
downloadgsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar.gz
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar.bz2
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar.lz
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar.xz
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.tar.zst
gsoc2013-evolution-86027d9cf0929da9aa6bbe9e3213a75f9ea36708.zip
Get rid of the tons of ugly Bonobo Warnings by removing the code that
tried to put messages in the status bar which doesn't exist anymore. svn path=/trunk/; revision=10441
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 9de97b9b80..eccd3cf70d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2001-06-23 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c (corba_interface_set_message_cb): Replaced with
+ an empty stub, as the "set_message" method is going to be
+ deprecated.
+ (corba_interface_unset_message_cb): Likewise for the
+ "unset_message" method.
+
+2001-06-23 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (e_shell_construct): Set `splash' to NULL when
@show_splash is false, so the compiler doesn't complain.