projects
/
platform
/
core
/
base
/
syspopup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f12d9c
)
Fix compile error
28/51728/1
accepted/tizen/mobile/20151116.074737
accepted/tizen/tv/20151116.074755
accepted/tizen/wearable/20151116.074807
submit/tizen/20151116.044448
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 13 Nov 2015 06:09:34 +0000
(15:09 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 13 Nov 2015 06:09:34 +0000
(15:09 +0900)
Change-Id: Id8e66ace3548b806ffcbdf478884fe181c1b6e4b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
syspopup/syspopup_x.c
patch
|
blob
|
history
diff --git
a/syspopup/syspopup_x.c
b/syspopup/syspopup_x.c
index 683b3c04ddd53189c25ab7d0d7c696fb95378b8a..6ec9702cd290cd6e1e9b2319ed7de405073ee7b2 100644
(file)
--- a/
syspopup/syspopup_x.c
+++ b/
syspopup/syspopup_x.c
@@
-53,7
+53,7
@@
static void __x_syspopup_term_handler(gpointer data, gpointer user_data)
XUnmapWindow(dpy, win);
break;
default:
- _D("term action IGNORED: %s",
tm
p->name);
+ _D("term action IGNORED: %s",
s
p->name);
break;
}