grid: fix typo 72/57772/2
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 22 Jan 2016 08:38:55 +0000 (09:38 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Thu, 28 Jan 2016 11:44:05 +0000 (03:44 -0800)
Change-Id: Ic18679c105b5488950b184151a100aae2c1de5b7

src/app_grid.c

index c28456a..6e91365 100644 (file)
@@ -588,7 +588,7 @@ static Evas_Object *__app_grid_create_ly(Evas_Object *parent)
                return NULL;
        }
 
-       if (!elm_layout_file_set(ly, util_get_res_file_path(EDJE_DIR"/app_grid.edj)"), GROUP_APP_GRID)) {
+       if (!elm_layout_file_set(ly, util_get_res_file_path(EDJE_DIR"/app_grid.edj"), GROUP_APP_GRID)) {
                LOGE("[FAILED][elm_layout_file_set][%s]", util_get_res_file_path(EDJE_DIR"/app_grid.edj"));
                evas_object_del(ly);
                return NULL;