projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673fce6
)
Set viewer appid in the init function
29/144629/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 17 Aug 2017 08:52:47 +0000
(17:52 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 17 Aug 2017 08:54:41 +0000
(17:54 +0900)
The viewer appid should be set.
Change-Id: I8ddc26d625fff7c2235bf0b5830ae4d0e5584b17
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
watch-control/src/control.c
patch
|
blob
|
history
diff --git
a/watch-control/src/control.c
b/watch-control/src/control.c
index 61964206c91ff86b26ed965af40cd7b44be75d45..2fb4bd0c8c8d9a7818b3abe030f5276ef9bbeca4 100644
(file)
--- a/
watch-control/src/control.c
+++ b/
watch-control/src/control.c
@@
-92,6
+92,7
@@
static aul_app_com_connection_h __conn_launch_signal;
static int __listen_launch_signal(void);
static void __ignore_launch_signal(void);
+static void __set_viewer_appid(void);
static void __process_pending_status(int status, unsigned int surf)
{
@@
-333,6
+334,10
@@
API int watch_manager_init(Evas_Object *win)
{
__watch_viewer_init(win);
__listen_launch_signal();
+
+ if (!viewer_appid)
+ __set_viewer_appid();
+
return 0;
}