e: Add label to tell user that he must enable mpris2 in his player

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82089
This commit is contained in:
José Roberto de Souza 2013-01-03 18:15:59 +00:00 committed by Lucas De Marchi
parent d46ef364fd
commit 6006e75fe5
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ _cfg_widgets_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfda
if (i == player_selected)
e_widget_radio_toggle_set(ob, EINA_TRUE);
}
ob = e_widget_label_add(evas, "* Your player must be configured to export the DBus interface MPRIS2.");
e_widget_framelist_object_append(of, ob);
e_widget_list_object_append(o, of, 1, 1, 0.5);
return o;