scroller content type is not always widget.
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 22 Mar 2014 05:40:48 +0000 (14:40 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 22 Mar 2014 05:40:48 +0000 (14:40 +0900)
src/lib/elm_scroller.c

index 05aaece..a09e007 100644 (file)
@@ -477,7 +477,8 @@ _elm_scroller_smart_sub_object_del(Eo *obj, void *_pd, va_list *list)
 
    if (sobj == sd->content)
      {
-        elm_widget_on_show_region_hook_set(sd->content, NULL, NULL);
+        if (elm_widget_is(sobj))
+          elm_widget_on_show_region_hook_set(sd->content, NULL, NULL);
 
         sd->content = NULL;
      }