Scope change for variable.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68560
This commit is contained in:
Sanjeev BA 2012-03-01 03:38:45 +00:00
parent 2e5b1279ca
commit 22fe352509
1 changed files with 1 additions and 1 deletions

View File

@ -2347,7 +2347,6 @@ Evas_Object *gl15_content_get(void *data, Evas_Object *obj, const char *part)
{
Testitem *tit = data;
char buf[PATH_MAX];
Evas_Object *ic = elm_icon_add(obj);
// "edit_default" EDC layout is like below. each part is swallow part.
// the existing item is swllowed to elm.swallow.edit.content part.
@ -2357,6 +2356,7 @@ Evas_Object *gl15_content_get(void *data, Evas_Object *obj, const char *part)
if (!strcmp(part, "elm.swallow.end"))
{
Evas_Object *ic = elm_icon_add(obj);
snprintf(buf, sizeof(buf), "%s/images/bubble.png", PACKAGE_DATA_DIR);
elm_icon_file_set(ic, buf, NULL);
evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);