don't null fwin popup icon when deleting popup

This commit is contained in:
Mike Blumenkrantz 2013-06-11 09:10:20 +01:00
parent ed03610eca
commit 5e7fe56024
1 changed files with 0 additions and 1 deletions

View File

@ -868,7 +868,6 @@ static void
_e_fwin_icon_popup_del(E_Fwin *fwin)
{
E_FREE_FUNC(fwin->popup, e_object_del);
fwin->popup_icon = NULL;
fwin->popup_del_job = NULL;
}