}
elm_ctxpopup_horizontal_set(ctxpopup, EINA_TRUE);
elm_ctxpopup_auto_hide_disabled_set(ctxpopup, EINA_TRUE);
- evas_object_resize(ctxpopup, 812,348);
+ evas_object_resize(ctxpopup, 812, 348);
evas_object_smart_callback_add(ctxpopup, "dismissed", _dismissed, priv);
ly = utils_add_layout(ctxpopup, GRP_USER_EDIT_ICON_LIST, false, NULL);
int length = strlen(text);
char temp[2] = {0, };
- if (text != NULL && length > 0) {
+ if (length > 0) {
strncpy(temp, text, 1);
temp[1] = '\0';
} else {