diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-08-16 17:50:21 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-08-16 17:50:21 +0800 |
commit | c72ab02f554a0e8d2204f769fef50ba0e889f366 (patch) | |
tree | 61b3851169922c56a431fee51c5903978a341f7b /calendar/ChangeLog | |
parent | a606fbc625edc673385abcbec7e11952bcbdbb93 (diff) | |
download | gsoc2013-evolution-c72ab02f554a0e8d2204f769fef50ba0e889f366.tar.gz gsoc2013-evolution-c72ab02f554a0e8d2204f769fef50ba0e889f366.tar.zst gsoc2013-evolution-c72ab02f554a0e8d2204f769fef50ba0e889f366.zip |
change the prototype of alarm_notify_add_calendar to take Esource instead
2004-08-16 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/alarm-notify/alarm-notify.h : change the prototype of
alarm_notify_add_calendar to take Esource instead of uri
* gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar) :
use auth_new_cal_from_source instead of _from_uri to create cal client
also do not try to load the cal backend which require auth and for which
there is no password availble in e-password seesion
(list_changed_cb) (load_calendars) : pass Esource insted of uri
to alarm_notify_add_calendar
svn path=/trunk/; revision=26947
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ae06230f62..8e9e5e94dd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-08-16 Sivaiah Nallagatla <snallagatla@novell.com> + + * gui/alarm-notify/alarm-notify.h : change the prototype of + alarm_notify_add_calendar to take Esource instead of uri + + * gui/alarm-notify/alarm-notify.c (alarm_notify_add_calendar) : + use auth_new_cal_from_source instead of _from_uri to create cal client + also do not try to load the cal backend which require auth and for which + there is no password availble in e-password seesion + (list_changed_cb) (load_calendars) : pass Esource insted of uri + to alarm_notify_add_calendar + 2004-08-14 Sivaiah Nallagatla <snallagatla@novell.com> * gui/e-tasks.c (e_tasks_init) : initialize priv->default_lcient |