[Title] apply to save "always on top" status
authormunkyu.im <munkyu.im@samsung.com>
Wed, 30 Nov 2011 08:29:32 +0000 (17:29 +0900)
committermunkyu.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

index a84cbe4..7143170 100644 (file)
@@ -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);
+
 }