diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-08-22 00:33:42 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-08-22 00:33:42 +0800 |
commit | 8536a2be55812f0042b1a440767e209c88ce092a (patch) | |
tree | 031a402d7e0f00fcc7f06ed2778b27cff6831148 /calendar/ChangeLog | |
parent | 8cb1ce04ac5efcc71680e8da2843535244fd2ec3 (diff) | |
download | gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.gz gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.bz2 gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.lz gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.xz gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.tar.zst gsoc2013-evolution-8536a2be55812f0042b1a440767e209c88ce092a.zip |
use a 'char **' for the 'error_msg' argument, instead of a fixed size
2003-08-21 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **'
for the 'error_msg' argument, instead of a fixed size string.
* gui/itip-utils.c (comp_server_send): pass the correct parameter to
cal_client_send_object.
svn path=/trunk/; revision=22326
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c3475fa6c6..876ccb2e56 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-08-21 Rodrigo Moya <rodrigo@ximian.com> + + * cal-client/cal-client.[ch] (cal_client_send_object): use a 'char **' + for the 'error_msg' argument, instead of a fixed size string. + + * gui/itip-utils.c (comp_server_send): pass the correct parameter to + cal_client_send_object. + 2002-08-20 Hans Petter Jansson <hpj@ximian.com> * gui/e-itip-control.c (start_defalt_server): Rename to |