From dc6e42cf11d766fec1c4c91adfc700d63cdf2723 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Thu, 21 Jan 2016 22:21:30 +0100 Subject: Adjust "context_menu_disabled" configuration. This @fix three (yes 3!) errors from commit cafda5928f9bf8116564219dc03d12c3a6e131b3 1. the initial value in the standard config is wrong, causing ctx menu to be disabled for everyone! 2. the argument of the api should be named "disabled" (like all the other disable API in this context) 3. (minor) fixed doc for elm_config_context_menu_disabled_set NOTE: there are no configuration gui for this option, if you cleared your elm config recently you probably now have the ctx menu disabled everywhere, only solution is to wipe your config (to let elm create a new correct one) Big SPANK to the author, the commiter and all the reviewers of D2463!!! --- config/standard/base.src.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/standard/base.src.in b/config/standard/base.src.in index 745e5778e..0bb42ce81 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in @@ -55,7 +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 "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; -- cgit v1.2.1