projects
/
profile
/
wearable
/
apps
/
native
/
apptray-widget.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1ca0b
)
fix for apptray display issue
30/75430/1
author
Irfan Abdul
<irfan.abdul@samsung.com>
Sat, 18 Jun 2016 09:41:50 +0000
(15:11 +0530)
committer
Irfan Abdul
<irfan.abdul@samsung.com>
Sat, 18 Jun 2016 09:41:50 +0000
(15:11 +0530)
Change-Id: I4fe4af4caaef399601e544d40683697387d9598d
apptray-widget/src/app-widget.c
patch
|
blob
|
history
diff --git
a/apptray-widget/src/app-widget.c
b/apptray-widget/src/app-widget.c
index caf39a16c08272671d57bbe1596b7b42da650c22..a394770896261aed6ca7075a20dbdf02afea5463 100755
(executable)
--- a/
apptray-widget/src/app-widget.c
+++ b/
apptray-widget/src/app-widget.c
@@
-1174,7
+1174,6
@@
static int widget_resize(char* id, int w, int h, void *user_data)
LOGE("failed to set layout");
return WIDGET_ERROR_FAULT;
}
- strncpy(item->content,"default",sizeof(item->content));
_W("content : %s", item->content);
evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);