From 89ae8478ced70367dd279dfc1925818eb3dfe8c3 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 29 Sep 2004 01:56:27 +0000 Subject: ** See bug #66736. 2004-09-28 Not Zed ** See bug #66736. * gui/e-itip-control.c (e_itip_control_set_data): noop if we were destroyed (priv == null). svn path=/trunk/; revision=27418 --- calendar/gui/e-itip-control.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index e07fa0bb4d..82d90c36fb 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1632,6 +1632,8 @@ e_itip_control_set_data (EItipControl *itip, const gchar *text) icalcompiter tz_iter; priv = itip->priv; + if (priv == NULL) + return; clean_up (itip); -- cgit v1.2.3