Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/src Modified Files: dock.c Log Message: oops, thats better =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/dock.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- dock.c 11 Oct 2004 10:05:07 -0000 1.15 +++ dock.c 11 Oct 2004 10:13:42 -0000 1.16 @@ -261,6 +261,8 @@ { if (icon->appear_timer) ecore_timer_del(icon->appear_timer); + if (icon->disappear_timer) + ecore_timer_del(icon->disappear_timer); icon->disappear_timer = ecore_timer_add(0.05, od_dock_icon_disappear, icon); } @@ -317,11 +319,6 @@ OD_Icon *i = NULL; OD_Icon *icon = (OD_Icon *) data; - if (icon->disappear_timer) { - ecore_timer_del(icon->disappear_timer); - icon->disappear_timer = NULL; - } - if (!(icon->state & OD_ICON_STATE_DISAPPEARING)) { icon->state &= ~OD_ICON_STATE_USEABLE; icon->state |= OD_ICON_STATE_DISAPPEARING; ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs