set window title to package name 10/45510/1
authorSoohye Shin <soohye.shin@samsung.com>
Fri, 7 Aug 2015 04:21:11 +0000 (13:21 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Fri, 7 Aug 2015 04:21:49 +0000 (13:21 +0900)
Change-Id: I4d9cce2cdae65d4f9e57589fb9cd1222b7e12950
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/main.c

index 0726efd..af81924 100644 (file)
@@ -53,6 +53,7 @@ Evas_Object *_add_win(const char *name)
                return NULL;
        }
 
+       elm_win_title_set(win, name);
        elm_win_role_set(win, VOLUME_WIN_ROLE);
        elm_win_alpha_set(win, EINA_TRUE);
        elm_win_prop_focus_skip_set(win, EINA_TRUE);