projects
/
platform
/
core
/
uifw
/
e17-extra-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25119d4
)
Fixed crash problem when active indicator window is changed.
author
Shawn Lee
<shiin.lee@samsung.com>
Sun, 14 Jul 2013 11:16:21 +0000
(20:16 +0900)
committer
Shawn Lee
<shiin.lee@samsung.com>
Sun, 14 Jul 2013 11:16:21 +0000
(20:16 +0900)
illume2-tizen/src/policies/illume/policy.c
patch
|
blob
|
history
diff --git
a/illume2-tizen/src/policies/illume/policy.c
b/illume2-tizen/src/policies/illume/policy.c
index
ca4df31
..
6ac5aea
100644
(file)
--- a/
illume2-tizen/src/policies/illume/policy.c
+++ b/
illume2-tizen/src/policies/illume/policy.c
@@
-6667,14
+6667,8
@@
_policy_property_active_indicator_win_change(Ecore_X_Event_Window_Property *even
if (rot)
{
- E_Border *prev_bd = dep_rot.refer.active_bd;
ELBF(ELBT_ROT, 0, active_win,
- "INDICATOR ACTIVE WIN: [%s(0x%08x) -> %s(0x%08x)]",
- prev_bd ? (prev_bd->client.icccm.name ? prev_bd->client.icccm.name : "") : "",
- prev_bd ? prev_bd->client.win : NULL,
- bd->client.icccm.name ? bd->client.icccm.name : "",
- active_win);
-
+ "INDICATOR ACTIVE WIN CHANGED:0x%08x", active_win);
dep_rot.refer.active_bd = bd;
rotation = bd->client.e.state.rot.curr;