diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-30 00:34:59 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-30 00:34:59 +0800 |
commit | f921ed094e4cf25c1e907c68f419a94e227ddc01 (patch) | |
tree | 50cd057849d1e31f46178445feb60e97f1a0e433 /calendar/gui | |
parent | 8f2a49962fb7cf66c84091a0bda71e3f261a0b9e (diff) | |
download | gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar.gz gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar.bz2 gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar.lz gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar.xz gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.tar.zst gsoc2013-evolution-f921ed094e4cf25c1e907c68f419a94e227ddc01.zip |
kill warnings
2003-04-25 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c (itip_send_comp): kill warnings
svn path=/trunk/; revision=21000
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/itip-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index 3e1759b02c..5215237930 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -823,7 +823,7 @@ gboolean itip_send_comp (CalComponentItipMethod method, CalComponent *send_comp, CalClient *client, icalcomponent *zones) { - CORBA_Object *composer_server; + GNOME_Evolution_Composer composer_server; CalComponent *comp = NULL; icalcomponent *top_level = NULL; GList *users = NULL; |