elementary/bubble - updated content part name
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 2 Dec 2011 09:51:23 +0000 (09:51 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 2 Dec 2011 09:51:23 +0000 (09:51 +0000)
SVN revision: 65807

src/lib/elm_bubble.c

index 4e37d5d56078522329d003f4ca0c80c926130e3a..c0bdea5c9f96a1625abc02ea404cd07019a03679 100644 (file)
@@ -382,19 +382,19 @@ elm_bubble_content_unset(Evas_Object *obj)
 EAPI void
 elm_bubble_icon_set(Evas_Object *obj, Evas_Object *icon)
 {
-   _content_set_hook(obj, "elm.swallow.icon", icon);
+   _content_set_hook(obj, "icon", icon);
 }
 
 EAPI Evas_Object *
 elm_bubble_icon_get(const Evas_Object *obj)
 {
-   return _content_get_hook(obj, "elm.swallow.icon");
+   return _content_get_hook(obj, "icon");
 }
 
 EAPI Evas_Object *
 elm_bubble_icon_unset(Evas_Object *obj)
 {
-   return _content_unset_hook(obj, "elm.swallow.icon");
+   return _content_unset_hook(obj, "icon");
 }
 
 EAPI void