better tag choice for new comp-backlight conf2 option
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Tue, 21 May 2013 12:57:19 +0000 (13:57 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Tue, 21 May 2013 12:57:19 +0000 (13:57 +0100)
src/bin/e_comp.c

index 2893907..51cd819 100644 (file)
@@ -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;