glima pushed a commit to branch elementary-1.7.

commit 5938b36622ba6ff1babac2577551f9c8c0e4136f
Author: Gustavo Lima Chaves <[email protected]>
Date:   Thu Jun 13 18:52:55 2013 -0300

    It seems someone ditched the NO_RETURN-less version of a macro.
---
 src/lib/elm_interface_scrollable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_interface_scrollable.c 
b/src/lib/elm_interface_scrollable.c
index 0e15785..8b31cb9 100644
--- a/src/lib/elm_interface_scrollable.c
+++ b/src/lib/elm_interface_scrollable.c
@@ -1044,7 +1044,7 @@ _elm_scroll_content_size_get(const Evas_Object *obj,
                              Evas_Coord *h)
 {
    ELM_SCROLL_IFACE_DATA_GET_OR_RETURN(obj, sid);
-   ELM_PAN_DATA_GET(sid->pan_obj, psd);
+   ELM_PAN_DATA_GET_OR_RETURN(sid->pan_obj, psd);
 
    psd->api->content_size_get(sid->pan_obj, w, h);
 }

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to