Make sure to delete the check_timer on shutdown or else seggy. Thanks Tene :)

SVN revision: 25220
This commit is contained in:
Christopher Michael 2006-08-30 20:06:27 +00:00
parent ff20ef360c
commit 80ab86b58a
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ _gc_shutdown (E_Gadcon_Client * gcc)
inst = gcc->data;
if (inst->check_timer)
ecore_timer_del(inst->check_timer);
evas_object_event_callback_del (inst->mail_obj, EVAS_CALLBACK_MOUSE_DOWN,
_mail_cb_mouse_down);
evas_object_event_callback_del (inst->mail_obj, EVAS_CALLBACK_MOUSE_IN,