swap conf2 comp panel option to only open the advanced match panel

SVN revision: 82715
This commit is contained in:
Mike Blumenkrantz 2013-01-13 11:47:26 +00:00
parent 6cdfddfb8e
commit 11109353dd
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ e_modapi_init(E_Module *m)
E_Configure_Option *co;
e_configure_option_domain_current_set("conf_comp");
E_CONFIGURE_OPTION_ADD_CUSTOM(co, _("settings"), _("Composite settings panel"), _("composite"), _("border"));
co->info = eina_stringshare_add("appearance/comp");
E_CONFIGURE_OPTION_ADD_CUSTOM(co, _("comp_settings"), _("Advanced composite settings panel"), _("composite"), _("border"));
co->info = eina_stringshare_add("internal/comp_matches");
E_CONFIGURE_OPTION_ICON(co, "preferences-composite");
}