the author(s) of the bluez module should probably check this to ensure that this line wasn't somehow important

SVN revision: 76811
This commit is contained in:
Mike Blumenkrantz 2012-09-18 11:52:11 +00:00
parent bd8545dafd
commit 82e08ce5e4
1 changed files with 0 additions and 1 deletions

View File

@ -721,7 +721,6 @@ _bluez_popup_new(E_Bluez_Instance *inst)
e_widget_size_min_set(inst->ui.list, 180, 100);
e_widget_list_object_append(ol, inst->ui.list, 1, 1, 0.5);
inst->powered = inst->powered;
inst->ui.powered = e_widget_check_add(evas, _("Powered"), &inst->powered);
e_widget_on_change_hook_set
(inst->ui.powered, _bluez_popup_cb_powered_changed, inst);