From fb3eb71cafecb78b96dc0f706586c6ab87b3b466 Mon Sep 17 00:00:00 2001 From: Jung Chanwook Date: Tue, 16 Apr 2013 13:15:07 +0900 Subject: [PATCH] [Focus] fix the image path Change-Id: I4741676debd7d613c2d4bde0dccf70b2611d7195 --- themes/Makefile | 1 + themes/images/tizen-hd/{ => Focus}/00_focus.png | Bin 2 files changed, 1 insertion(+) rename themes/images/tizen-hd/{ => Focus}/00_focus.png (100%) diff --git a/themes/Makefile b/themes/Makefile index d93397f..6bc426b 100644 --- a/themes/Makefile +++ b/themes/Makefile @@ -23,6 +23,7 @@ $(TARGET): clean -id ./images/$(@:.edj=)/Controls/button\ -id ./images/$(@:.edj=)/Controls/Check_box\ -id ./images/$(@:.edj=)/Controls/Radio_button\ + -id ./images/$(@:.edj=)/Focus\ -id ./images/$(@:.edj=)/GUI_Style_Guide\ -id ./images/$(@:.edj=)/Naviframe\ -id ./images/$(@:.edj=)/Naviframe/icon\ diff --git a/themes/images/tizen-hd/00_focus.png b/themes/images/tizen-hd/Focus/00_focus.png similarity index 100% rename from themes/images/tizen-hd/00_focus.png rename to themes/images/tizen-hd/Focus/00_focus.png -- 2.7.4