Adjust "context_menu_disabled" configuration. 60/70660/1
authorDave Andreoli <dave@gurumeditation.it>
Thu, 21 Jan 2016 21:21:30 +0000 (22:21 +0100)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 20 May 2016 04:53:28 +0000 (13:53 +0900)
commit098abe07152371832f72d0d2a0496ef0bea38696
treef92aa8393d32a967a5c205a25793c66bb8fb4644
parent86ef1af3de1c01ef7350494dfa512865053d71a5
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!!!

Change-Id: I92ddb0659d64d8dd55150aa22e7d8ab3a61bc43c
config/standard/base.src.in
src/lib/elm_config.c
src/lib/elm_config.h