set package name to window 58/40458/1 accepted/tizen_tv tizen accepted/tizen/tv/20150608.063734 submit/tizen/20150608.050458
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 4 Jun 2015 04:54:10 +0000 (13:54 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 4 Jun 2015 04:54:10 +0000 (13:54 +0900)
Change-Id: Icbdda752ab47658c164dcc2aa2d0e7a93e635403
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/main.cpp

index 14655da..028c0ed 100644 (file)
@@ -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);