Revert "disable option for mouse to use Application theme if we are running in Wayland"

This reverts commit 9e3b8b7528.

this only affects runtime in wayland-only environments while not preventing the option
from taking effect, meaning it affects nobody and prevents nothing
This commit is contained in:
Mike Blumenkrantz 2017-10-06 11:37:50 -04:00
parent c0265690a5
commit 440157e108
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dia
e_widget_on_change_hook_set(ob, _use_e_cursor_cb_change, cfdata);
e_widget_framelist_object_append(of, ob);
e_widget_check_widget_disable_on_unchecked_add(oc, ob);
if (!e_comp_util_has_x()) e_widget_disabled_set(ob, 1);
ob = e_widget_radio_add(evas, _("Enlightenment"), 1, rg);
e_widget_on_change_hook_set(ob, _use_e_cursor_cb_change, cfdata);