antognolli pushed a commit to branch master.

commit c0f42a5932b35ccb56c01d11d05adbb3bd5f4542
Author: Rafael Antognolli <[email protected]>
Date:   Wed Jun 5 17:29:16 2013 -0300

    elm/scrollable: Fix typo that came with ELM_FREE_FUNC.
---
 src/lib/elm_interface_scrollable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_interface_scrollable.c 
b/src/lib/elm_interface_scrollable.c
index d66fd95..9810c8c 100644
--- a/src/lib/elm_interface_scrollable.c
+++ b/src/lib/elm_interface_scrollable.c
@@ -1443,7 +1443,7 @@ 
_elm_scroll_bounce_eval(Elm_Scrollable_Smart_Interface_Data *sid)
      }
    if (sid->down.hold_animator)
      {
-        ELM_SAFE_FREE(sid->down.onhold_animator, ecore_animator_del);
+        ELM_SAFE_FREE(sid->down.hold_animator, ecore_animator_del);
         if (sid->content_info.resized)
           _elm_scroll_wanted_region_set(sid->obj);
      }
@@ -2548,7 +2548,7 @@ _elm_scroll_mouse_up_event_cb(void *data,
           }
         if (sid->down.hold_animator)
           {
-             ELM_SAFE_FREE(sid->down.onhold_animator, ecore_animator_del);
+             ELM_SAFE_FREE(sid->down.hold_animator, ecore_animator_del);
              if (sid->content_info.resized)
                _elm_scroll_wanted_region_set(sid->obj);
           }

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to