summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2015-08-06 14:59:06 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2015-08-06 15:27:56 +0900
commit81ef39c393ad07eafaaab6d1eeecf14c4e912b6d (patch)
tree9fa63b44540cf6559d77379afca8fc458d9ac9e9 /config
parentcbd906fc1194839cee70b87f29aca30056f1ae1c (diff)
downloadelementary-81ef39c393ad07eafaaab6d1eeecf14c4e912b6d.tar.gz
elm_config: Add flag to control pushing naviframe prev button automatically.
It is decided that the naviframe prev button is automatically pushed or not by the flag "naviframe_prev_btn_auto_pushed" in config. @feature
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in3
-rw-r--r--config/mobile/base.src.in3
-rw-r--r--config/standard/base.src.in3
3 files changed, 6 insertions, 3 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 10257ee6b..f3b741eb7 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131076;
+ value "config_version" int: 131077;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -97,6 +97,7 @@ group "Elm_Config" struct {
value "win_auto_focus_enable" uchar: 1;
value "win_auto_focus_animate" uchar: 1;
value "transition_duration_factor" double: 1.0;
+ value "naviframe_prev_btn_auto_pushed" uchar: 1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index c18e2db23..8c65a8b2f 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131076;
+ value "config_version" int: 131077;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -101,6 +101,7 @@ group "Elm_Config" struct {
value "win_auto_focus_enable" uchar: 1;
value "win_auto_focus_animate" uchar: 1;
value "transition_duration_factor" double: 1.0;
+ value "naviframe_prev_btn_auto_pushed" uchar: 1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 3f4c0a526..38a9fb5b2 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131076;
+ value "config_version" int: 131077;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 0;
@@ -98,6 +98,7 @@ group "Elm_Config" struct {
value "win_auto_focus_enable" uchar: 1;
value "win_auto_focus_animate" uchar: 1;
value "transition_duration_factor" double: 1.0;
+ value "naviframe_prev_btn_auto_pushed" uchar: 1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";