Data is not used in the show_region_hook anyway, so no need to pass it.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82572
This commit is contained in:
Christopher Michael 2013-01-10 14:06:50 +00:00 committed by Christopher Michael
parent 90164ddfdf
commit ef44d05696
1 changed files with 1 additions and 1 deletions

View File

@ -4494,7 +4494,7 @@ _scrollable_set(Eo *obj, void *_pd, va_list *list)
else
eo_do(obj, elm_scrollable_interface_policy_set(sd->policy_h, sd->policy_v));
eo_do(obj, elm_scrollable_interface_content_set(sd->entry_edje));
elm_widget_on_show_region_hook_set(obj, _show_region_hook, obj);
elm_widget_on_show_region_hook_set(obj, _show_region_hook, NULL);
}
else
{