[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Fix typo when compiled without MPRIS2 support

noreply at xfce.org noreply at xfce.org
Tue Aug 29 04:18:36 CEST 2017


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

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 5d38c726d92692d8216b2910f22c276d20da90ba
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Aug 28 22:18:30 2017 -0400

    Fix typo when compiled without MPRIS2 support
---
 panel-plugin/pulseaudio-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/pulseaudio-dialog.c b/panel-plugin/pulseaudio-dialog.c
index 2b920d1..6277125 100644
--- a/panel-plugin/pulseaudio-dialog.c
+++ b/panel-plugin/pulseaudio-dialog.c
@@ -215,7 +215,7 @@ pulseaudio_dialog_build (PulseaudioDialog *dialog)
                               G_BINDING_SYNC_CREATE | G_BINDING_BIDIRECTIONAL);
 #else
       object = gtk_builder_get_object (builder, "media-player-frame");
-      gtk_widget_set_visible (GTK_WIDGET (object));
+      gtk_widget_set_visible (GTK_WIDGET (object), FALSE);
 #endif
 
     }

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


More information about the Xfce4-commits mailing list