diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-07 00:23:10 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-07 00:23:10 +0800 |
commit | 0981458bf8d699550bf4a6950300ba7a79a05845 (patch) | |
tree | 70a3732b846cae4fd50176be9adf0e9c32bd74e8 /calendar/gui/e-meeting-edit.c | |
parent | 7bf26ac21b6f29ead92fd5b28b463fe3671a9173 (diff) | |
download | gsoc2013-evolution-0981458bf8d699550bf4a6950300ba7a79a05845.tar.gz gsoc2013-evolution-0981458bf8d699550bf4a6950300ba7a79a05845.tar.zst gsoc2013-evolution-0981458bf8d699550bf4a6950300ba7a79a05845.zip |
added some checks for the type of an incoming iCal component before
passing it off to the CalComponent routines
svn path=/trunk/; revision=6415
Diffstat (limited to 'calendar/gui/e-meeting-edit.c')
-rw-r--r-- | calendar/gui/e-meeting-edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-edit.c b/calendar/gui/e-meeting-edit.c index 76e5e90143..107dfc66a3 100644 --- a/calendar/gui/e-meeting-edit.c +++ b/calendar/gui/e-meeting-edit.c @@ -688,7 +688,7 @@ send_button_clicked_cb (GtkWidget *widget, gpointer data) CORBA_free (description); CORBA_free (attach_data); - bonobo_object_unref (BONOBO_OBJECT (bonobo_server)); + /* bonobo_object_unref (BONOBO_OBJECT (bonobo_server)); */ } |