projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c10d9
)
config: revert d8ec3b2f428e2f22bd34abd0275b7b88a55496c2
34/47534/1
accepted/tizen/mobile/20150907.085009
accepted/tizen/tv/20150907.085037
accepted/tizen/wearable/20150907.085025
submit/tizen/20150907.055555
author
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 4 Sep 2015 07:51:15 +0000
(16:51 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 4 Sep 2015 07:51:15 +0000
(16:51 +0900)
Change-Id: I858a036877ad5a410e100ccd5dea906a4eb44f2a
src/e_mod_config.c
patch
|
blob
|
history
diff --git
a/src/e_mod_config.c
b/src/e_mod_config.c
index
0c979a4
..
a26e45d
100644
(file)
--- a/
src/e_mod_config.c
+++ b/
src/e_mod_config.c
@@
-311,13
+311,10
@@
e_mod_pol_conf_init(Mod *mod)
conf->launcher.type = E_WINDOW_TYPE_NORMAL;
conf->use_softkey = 1;
conf->softkey_size = 42;
- }
- if (!mod->conf->desks)
- {
zone = e_zone_current_get(e_comp);
desk = e_desk_current_get(zone);
- _pol_conf_desk_add(
mod->
conf, desk);
+ _pol_conf_desk_add(conf, desk);
}
}