summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorVaibhav Gupta <g.vaibhav1@samsung.com>2015-12-11 15:49:27 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-12-11 16:08:54 +0900
commitcafda5928f9bf8116564219dc03d12c3a6e131b3 (patch)
tree6fbe13b799093a8da87fe8cf7488139834429761 /config
parent6149fd7a0a9ef3f9495270cf1c4ab7727a30f21c (diff)
downloadelementary-cafda5928f9bf8116564219dc03d12c3a6e131b3.tar.gz
Entry: Context Menu is now configurable
Summary: Added a config variable Context_Menu_Disabled to make the appearance of the context menu configurable. @feature Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com> Reviewers: Hermet, SanghyeonLee, raster, singh.amitesh Subscribers: stefan_schmidt, alok25, cedric, thiepha, sachin.dev Differential Revision: https://phab.enlightenment.org/D2463
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in1
-rw-r--r--config/mobile/base.src.in1
-rw-r--r--config/standard/base.src.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 188f41ffb..7bf77132b 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -54,6 +54,7 @@ group "Elm_Config" struct {
value "longpress_timeout" double: 1.0;
value "effect_enable" uchar: 1;
value "desktop_entry" uchar: 0;
+ value "context_menu_disabled" uchar: 0;
value "password_show_last" uchar: 0;
value "password_show_last_timeout" double: 2.0;
value "glayer_zoom_finger_enable" uchar: 1;
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index aea7ae250..44bfd6739 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -54,6 +54,7 @@ group "Elm_Config" struct {
value "longpress_timeout" double: 1.0;
value "effect_enable" uchar: 1;
value "desktop_entry" uchar: 0;
+ value "context_menu_disabled" uchar: 0;
value "password_show_last" uchar: 1;
value "password_show_last_timeout" double: 2.0;
value "glayer_zoom_finger_enable" uchar: 1;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 2d8788407..fd60d6a9c 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -55,6 +55,7 @@ group "Elm_Config" struct {
value "longpress_timeout" double: 1.0;
value "effect_enable" uchar: 1;
value "desktop_entry" uchar: 1;
+ value "context_menu_disabled" uchar: 1;
value "password_show_last" uchar: 0;
value "password_show_last_timeout" double: 2.0;
value "glayer_zoom_finger_enable" uchar: 1;