(destroy): Remove the weak pointer on priv->control.
svn path=/trunk/; revision=21215
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2003-05-16 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-summary.c (destroy): Remove the weak pointer on priv->control.
|
||||
|
||||
2003-05-16 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-summary-calendar.c (setup_calendar): Fix typo, celendar_path
|
||||
|
||||
@ -165,6 +165,12 @@ destroy (GtkObject *object)
|
||||
}
|
||||
if (summary->tasks) {
|
||||
e_summary_tasks_free (summary);
|
||||
|
||||
}
|
||||
|
||||
if (summary->priv->control) {
|
||||
g_object_remove_weak_pointer (G_OBJECT (summary->priv->control), (void **) &summary->priv->control);
|
||||
summary->priv->control = NULL;
|
||||
}
|
||||
|
||||
if (priv->tomorrow_timeout_id != 0)
|
||||
|
||||
Reference in New Issue
Block a user