projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b51cc
)
[Title] apply to save "always on top" status
author
munkyu.im
<munkyu.im@samsung.com>
Wed, 30 Nov 2011 08:29:32 +0000
(17:29 +0900)
committer
munkyu.im
<munkyu.im@samsung.com>
Wed, 30 Nov 2011 08:29:32 +0000
(17:29 +0900)
[Type] Enhancement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/option_callback.c
patch
|
blob
|
history
diff --git
a/tizen/src/option_callback.c
b/tizen/src/option_callback.c
index
a84cbe4
..
7143170
100644
(file)
--- a/
tizen/src/option_callback.c
+++ b/
tizen/src/option_callback.c
@@
-304,6
+304,8
@@
void use_host_DNS_cb(void)
void always_on_top_cb(void)
{
preference_entrys.always_on_top = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(get_widget(OPTION_ID, OPTION_ALWAYS_ON_TOP_BUTTON)));
+ set_config_type(SYSTEMINFO.virtual_target_info_file, COMMON_GROUP, ALWAYS_ON_TOP_KEY, preference_entrys.always_on_top);
+
}