diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-06 02:58:22 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-06 02:58:22 +0800 |
commit | 7635b6f4517c48a17882e958b1c0fd04c192dbf4 (patch) | |
tree | cbda04352f6ec09cf80dc5fe0342db4171dab155 /calendar/ChangeLog | |
parent | 4a7e5d43552236559ca9a981f516bd6915899d12 (diff) | |
download | gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar.gz gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar.bz2 gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar.lz gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar.xz gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.tar.zst gsoc2013-evolution-7635b6f4517c48a17882e958b1c0fd04c192dbf4.zip |
new function to open ECal's, get any error information and display it to
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (open_ecal): new function to open ECal's, get any
error information and display it to the user, all-in-one.
(gnome_calendar_construct, gnome_calendar_add_event_source): use the
above function, instead of e_cal_open().
(open_error, method_error, permission_error): removed unneeded
functions, we just display the error message returned from the
backend.
svn path=/trunk/; revision=24052
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a95b6a2b02..26262ec5f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2004-01-05 Rodrigo Moya <rodrigo@ximian.com> + * gui/gnome-cal.c (open_ecal): new function to open ECal's, get any + error information and display it to the user, all-in-one. + (gnome_calendar_construct, gnome_calendar_add_event_source): use the + above function, instead of e_cal_open(). + (open_error, method_error, permission_error): removed unneeded + functions, we just display the error message returned from the + backend. + +2004-01-05 Rodrigo Moya <rodrigo@ximian.com> + * gui/gnome-cal.c (gnome_calendar_construct): no need to connect to the "cal_opened" signal on the task client. Also, added code to add the client to the ECalendarTable's model. |