aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-02-18 23:41:32 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-02-18 23:41:32 +0800
commitc64117579df723a61d6f84cf64b5dbee9dbb89f0 (patch)
treef120794e19b94306093fac8c7660bf0e2c4bcb03 /calendar/ChangeLog
parentb638e9284bbea96b9e5eae31a7fbaffc366a5895 (diff)
downloadgsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.gz
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.bz2
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.lz
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.xz
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.zst
gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.zip
call first e_passwords_get_password before calling _ask_password.
2004-02-18 Rodrigo Moya <rodrigo@ximian.com> * common/authentication.c (auth_func_cb): call first e_passwords_get_password before calling _ask_password. svn path=/trunk/; revision=24777
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2f44fda12c..7c9481f047 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,8 @@
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
+ * common/authentication.c (auth_func_cb): call first e_passwords_get_password
+ before calling _ask_password.
+
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): add 1 second
to the last notification time, or we'll get many times the same notification.