[Xfce4-commits] [apps/parole] 01/01: MPRIS2-plugin: add missing signal watch on shuffle property (bug #12045)

noreply at xfce.org noreply at xfce.org
Wed Jul 15 15:25:21 CEST 2015


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/parole.

commit 182b27328a03296f8cca88a0db01a5771ea78358
Author: elboulangero <elboulangero at gmail.com>
Date:   Sat Jul 4 23:32:25 2015 +0200

    MPRIS2-plugin: add missing signal watch on shuffle property (bug #12045)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 src/plugins/mpris2/mpris2-provider.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/plugins/mpris2/mpris2-provider.c b/src/plugins/mpris2/mpris2-provider.c
index aa4eaa8..d1ab6f3 100644
--- a/src/plugins/mpris2/mpris2-provider.c
+++ b/src/plugins/mpris2/mpris2-provider.c
@@ -1035,6 +1035,9 @@ mpris2_provider_set_player (ParoleProviderPlugin *plugin, ParoleProviderPlayer *
     g_signal_connect (provider->conf, "notify::repeat",
                       G_CALLBACK (conf_changed_cb), plugin);
                       
+    g_signal_connect (provider->conf, "notify::shuffle",
+                      G_CALLBACK (conf_changed_cb), plugin);
+
     g_signal_connect (provider->conf, "notify::volume",
                       G_CALLBACK (conf_changed_cb), plugin);
                       

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list