this job struct member is a job, not a timer

This commit is contained in:
discomfitor 2013-08-31 15:06:39 +01:00
parent 8213afb4c4
commit 0b4528f3a4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct _E_Fwin
const char *theme_file;
Ecore_Timer *popup_timer;
Ecore_Timer *popup_del_job;
Ecore_Job *popup_del_job;
Eina_List *popup_handlers;
E_Fm2_Icon_Info *popup_icon;
E_Popup *popup;