diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-18 23:41:32 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-18 23:41:32 +0800 |
commit | c64117579df723a61d6f84cf64b5dbee9dbb89f0 (patch) | |
tree | f120794e19b94306093fac8c7660bf0e2c4bcb03 /calendar/ChangeLog | |
parent | b638e9284bbea96b9e5eae31a7fbaffc366a5895 (diff) | |
download | gsoc2013-evolution-c64117579df723a61d6f84cf64b5dbee9dbb89f0.tar.gz 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/ChangeLog | 3 |
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. |