projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db1749
)
[pager] fix a warning
author
Mike McCormack
<mj.mccormack@samsung.com>
Fri, 4 Nov 2011 04:16:47 +0000
(13:16 +0900)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Fri, 4 Nov 2011 04:16:47 +0000
(13:16 +0900)
src/lib/elm_pager.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_pager.c
b/src/lib/elm_pager.c
index
8bd82d5
..
332d614
100644
(file)
--- a/
src/lib/elm_pager.c
+++ b/
src/lib/elm_pager.c
@@
-594,7
+594,7
@@
elm_pager_content_top_get(const Evas_Object *obj)
EAPI void
elm_pager_animation_disabled_set(Evas_Object *obj, Eina_Bool disable)
{
- ELM_CHECK_WIDTYPE(obj, widtype)
NULL
;
+ ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);
wd->disable_animation = disable;
}