aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-02-19 00:24:59 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-02-19 00:24:59 +0800
commitccc2ccced0cf302871a580b7964b1006fd1197da (patch)
treee02c01156378ddd28d9a95087604b235d5f03976 /calendar/ChangeLog
parentb85cbb139e63d97b646aca22866aa1e440b386c8 (diff)
downloadgsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar.gz
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar.bz2
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar.lz
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar.xz
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.tar.zst
gsoc2013-evolution-ccc2ccced0cf302871a580b7964b1006fd1197da.zip
set the task pad client to NULL if opening it failed. Show more verbose
2004-02-18 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c (client_cal_opened_cb): set the task pad client to NULL if opening it failed. Show more verbose status bar messages. svn path=/trunk/; revision=24780
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7c9481f047..f309da653c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/gnome-cal.c (client_cal_opened_cb): set the task pad client to NULL
+ if opening it failed. Show more verbose status bar messages.
+
+2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
+
* common/authentication.c (auth_func_cb): call first e_passwords_get_password
before calling _ask_password.