From 774a7435f18b98836cbd8d8d0a7fecd25261b1c1 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sat, 31 Aug 2013 15:06:39 +0100 Subject: [PATCH] this job struct member is a job, not a timer --- src/modules/fileman/e_fwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c index 7e5ce7095..2909ffeb3 100644 --- a/src/modules/fileman/e_fwin.c +++ b/src/modules/fileman/e_fwin.c @@ -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;