** See bug #66736.
2004-09-28 Not Zed <NotZed@Ximian.com> ** 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
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2004-09-28 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
** See bug #66736.
|
||||
|
||||
* gui/e-itip-control.c (e_itip_control_set_data): noop if we were
|
||||
destroyed (priv == null).
|
||||
|
||||
2004-09-28 JP Rosevear <jpr@novell.com>
|
||||
|
||||
Fixes #61766
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user