From 30127abba74318cc2d42584ac7fb5135ae736cc7 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 22 Dec 2011 07:55:35 +0000 Subject: [PATCH] oops - unpatch - wrong attribution! SVN revision: 66460 --- src/lib/elc_multibuttonentry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c index 410801c..f1ee8ba 100644 --- a/src/lib/elc_multibuttonentry.c +++ b/src/lib/elc_multibuttonentry.c @@ -772,13 +772,13 @@ _add_button_item(Evas_Object *obj, const char *str, Multibuttonentry_Pos pos, co if (!(item_filter->callback_func(obj, str, data, item_filter->data))) return NULL; } + //entry is cleared when text is made to button + elm_entry_entry_set(wd->entry, ""); + // add button btn = edje_object_add(evas_object_evas_get(obj)); str_utf8 = elm_entry_markup_to_utf8(str); - //entry is cleared when text is made to button - elm_entry_entry_set(wd->entry, ""); - _elm_theme_object_set(obj, btn, "multibuttonentry", "btn", elm_widget_style_get(obj)); edje_object_part_text_set(btn, "elm.btn.text", str_utf8); edje_object_part_geometry_get(btn, "elm.btn.text", NULL, NULL, &width, &height); -- 2.7.4