oops - unpatch - wrong attribution!

SVN revision: 66460
This commit is contained in:
Carsten Haitzler 2011-12-22 07:55:35 +00:00
parent e4936563be
commit e551940b11
1 changed files with 3 additions and 3 deletions

View File

@ -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);