From 6006e75fe50a704a8579f4c99c71cc3003da0d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Thu, 3 Jan 2013 18:15:59 +0000 Subject: [PATCH] e: Add label to tell user that he must enable mpris2 in his player MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by: José Roberto de Souza SVN revision: 82089 --- src/modules/music-control/ui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/music-control/ui.c b/src/modules/music-control/ui.c index d9b568e64..98f8db103 100644 --- a/src/modules/music-control/ui.c +++ b/src/modules/music-control/ui.c @@ -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;