diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-03-20 21:02:08 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-03-20 21:02:08 +0800 |
commit | 80375dd7154a2bb3d0c82a85f06b4cc93b3449a0 (patch) | |
tree | 5082716565a718f6a48e9558516318444b2698b6 /calendar/ChangeLog | |
parent | 49357f4f416d2858d2620d3dd39e8b99d30361aa (diff) | |
download | gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar.gz gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar.bz2 gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar.lz gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar.xz gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.tar.zst gsoc2013-evolution-80375dd7154a2bb3d0c82a85f06b4cc93b3449a0.zip |
Fixes #39770
2003-03-20 Rodrigo Moya <rodrigo@ximian.com>
Fixes #39770
* gui/itip-utils.c (itip_Send_comp): check the CORBA exception instead
of the g_return_val_if_fail. Also, use a CORBA_Object for the value
returned from bonobo_activation_activate_from_id.
svn path=/trunk/; revision=20382
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 5d6da167b3..a059becf08 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2003-03-20 Rodrigo Moya <rodrigo@ximian.com> + Fixes #39770 + + * gui/itip-utils.c (itip_Send_comp): check the CORBA exception instead + of the g_return_val_if_fail. Also, use a CORBA_Object for the value + returned from bonobo_activation_activate_from_id. + +2003-03-20 Rodrigo Moya <rodrigo@ximian.com> + * importers/ical-importer.c: removed activation of shell_client. (importer_destroy_cb): no need to unref shell_client. (connect_to_shell): removed. |