elementary/ctxpopup - removed white space

SVN revision: 58247
This commit is contained in:
ChunEon Park 2011-04-01 09:08:11 +00:00
parent 3cc69929db
commit e88243c16a
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ elm_ctxpopup_add(Evas_Object *parent)
Evas_Coord x, y, w, h;
ELM_WIDGET_STANDARD_SETUP(wd, Widget_Data, parent, e, obj, NULL);
ELM_SET_WIDTYPE(widtype, "ctxpopup");
elm_widget_type_set(obj, "ctxpopup");
elm_widget_sub_object_add(parent, obj);