diff options
author | Soohye Shin <soohye.shin@samsung.com> | 2015-06-04 13:54:10 +0900 |
---|---|---|
committer | Soohye Shin <soohye.shin@samsung.com> | 2015-06-04 13:54:10 +0900 |
commit | e4804bcc7f9794d10489c120f80cb92a64484598 (patch) | |
tree | 9c4df5bbbc8bb06874ad7250282983f2241f89dc | |
parent | 584169d505f1caa3ff393a584d148940721d9245 (diff) | |
download | homescreen-e4804bcc7f9794d10489c120f80cb92a64484598.tar.gz homescreen-e4804bcc7f9794d10489c120f80cb92a64484598.tar.bz2 homescreen-e4804bcc7f9794d10489c120f80cb92a64484598.zip |
set package name to windowsubmit/tizen/20150608.050458accepted/tizen/tv/20150608.063734tizenaccepted/tizen_tv
Change-Id: Icbdda752ab47658c164dcc2aa2d0e7a93e635403
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 14655da..028c0ed 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,6 +50,7 @@ static Evas_Object *_add_win(const char *name) return NULL; } + elm_win_title_set(win, name); elm_win_alpha_set(win, EINA_TRUE); evas_object_show(win); |