[Xfce4-commits] <parole:master> D'Oh!. Fix array of SupportedUriSchemes variant.
matiasdelellis
noreply at xfce.org
Thu Dec 12 00:18:27 CET 2013
Updating branch refs/heads/master
to 8aa1d5eec7b7e089de47c0592e7d638a7e0e83c4 (commit)
from 54233da8f19f7e7db8e82e3d2a93d8188deb8acc (commit)
commit 8aa1d5eec7b7e089de47c0592e7d638a7e0e83c4
Author: matiasdelellis <mati86dl at hotmail.com>
Date: Wed Nov 20 01:04:25 2013 -0300
D'Oh!. Fix array of SupportedUriSchemes variant.
src/plugins/mpris2/mpris2-provider.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/mpris2/mpris2-provider.c b/src/plugins/mpris2/mpris2-provider.c
index fa5cf43..f707fe5 100644
--- a/src/plugins/mpris2/mpris2-provider.c
+++ b/src/plugins/mpris2/mpris2-provider.c
@@ -204,7 +204,7 @@ static GVariant* mpris_Root_get_DesktopEntry (GError **error, Mpris2Provider *pr
static GVariant* mpris_Root_get_SupportedUriSchemes (GError **error, Mpris2Provider *provider)
{
return g_variant_parse(G_VARIANT_TYPE("as"),
- "['cdda', 'dvd', 'file', 'icy', 'icyx', 'mms', 'mmsh', net', "
+ "['cdda', 'dvd', 'file', 'icy', 'icyx', 'mms', 'mmsh', 'net', "
"'pnm', 'rtmp', 'rtp', 'rtsp', 'uvox']", NULL, NULL, NULL);
}
More information about the Xfce4-commits
mailing list