From d341b74740a17237940da43a3178c79213867312 Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Wed, 30 Nov 2011 17:29:32 +0900 Subject: [PATCH] [Title] apply to save "always on top" status [Type] Enhancement [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/option_callback.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/src/option_callback.c b/tizen/src/option_callback.c index a84cbe4..7143170 100644 --- 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); + } -- 2.7.4