Data is not used in the show_region_hook anyway, so no need to pass it.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 10 Jan 2013 14:06:50 +0000 (14:06 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 10 Jan 2013 14:06:50 +0000 (14:06 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82572

src/lib/elm_entry.c

index eee34f3..245010a 100644 (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
      {