summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-06-04 13:54:10 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-06-04 13:54:10 +0900
commite4804bcc7f9794d10489c120f80cb92a64484598 (patch)
tree9c4df5bbbc8bb06874ad7250282983f2241f89dc
parent584169d505f1caa3ff393a584d148940721d9245 (diff)
downloadhomescreen-e4804bcc7f9794d10489c120f80cb92a64484598.tar.gz
homescreen-e4804bcc7f9794d10489c120f80cb92a64484598.tar.bz2
homescreen-e4804bcc7f9794d10489c120f80cb92a64484598.zip
Change-Id: Icbdda752ab47658c164dcc2aa2d0e7a93e635403 Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
-rw-r--r--src/main.cpp1
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);