summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-05-21 13:57:19 +0100
committerMike Blumenkrantz <m.blumenkran@samsung.com>2013-05-21 13:57:19 +0100
commitedbb6d2294a6b578b83fea0276deb31d287ee863 (patch)
tree7a0bcf5e8ad77c5ae49af556f3d4cc7831eb0436
parent543a8ed516ec222a71bb49ba5f90e7f4825d65c5 (diff)
downloadenlightenment-edbb6d2294a6b578b83fea0276deb31d287ee863.tar.gz
better tag choice for new comp-backlight conf2 option
-rw-r--r--src/bin/e_comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 28939078a2..51cd819958 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -4731,7 +4731,7 @@ _e_comp_cfg_init(void)
E_CONFIGURE_OPTION_ADD(co, BOOL, nocomp_fs, conf, _("Don't composite fullscreen windows"), _("composite"), _("border"));
co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
- E_CONFIGURE_OPTION_ADD(co, BOOL, nofade, conf, _("Don't fade backlight"), _("composite"), _("border"));
+ E_CONFIGURE_OPTION_ADD(co, BOOL, nofade, conf, _("Don't fade backlight"), _("composite"), _("backlight"));
co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;
E_CONFIGURE_OPTION_ADD(co, BOOL, send_flush, conf, _("Send flush when compositing windows"), _("composite"), _("border"));
co->funcs[1].none = co->funcs[0].none = e_comp_shadows_reset;