[multibuttonentry] changed style of entry
authorBora Hwang <bora1.hwang@samsung.com>
Tue, 18 Jun 2013 05:11:19 +0000 (14:11 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:32:13 +0000 (21:32 +0900)
Change-Id: Ic97f93cccf82354abba16c2b163477b8b461a8a1

src/lib/elc_multibuttonentry.c

index 09ef64e..0cfd756 100644 (file)
@@ -2216,7 +2216,7 @@ _elm_multibuttonentry_smart_add(Evas_Object *obj)
 
    priv->entry = elm_entry_add(obj);
    elm_entry_single_line_set(priv->entry, EINA_TRUE);
-   elm_object_style_set(priv->entry, "font_color_black/tizen_text_class");
+   elm_object_style_set(priv->entry, "multibuttonentry");
    elm_entry_scrollable_set(priv->entry, EINA_TRUE);
    elm_entry_cnp_mode_set(priv->entry, ELM_CNP_MODE_PLAINTEXT);
    evas_object_size_hint_weight_set