cedric pushed a commit to branch enlightenment-0.17.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=774a7435f18b98836cbd8d8d0a7fecd25261b1c1

commit 774a7435f18b98836cbd8d8d0a7fecd25261b1c1
Author: discomfitor <michael.blumenkra...@gmail.com>
Date:   Sat Aug 31 15:06:39 2013 +0100

    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 7e5ce70..2909ffe 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;

-- 


Reply via email to