[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 01/01: Fixed crash caused by commit 6431653
noreply at xfce.org
noreply at xfce.org
Thu Nov 26 00:41:04 CET 2015
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.
commit b8c16e65ce9bc947d4c330e80345f85e331096a4
Author: Andrzej <ndrwrdck at gmail.com>
Date: Wed Nov 25 23:40:55 2015 +0000
Fixed crash caused by commit 6431653
---
panel-plugin/pulseaudio-menu.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/panel-plugin/pulseaudio-menu.c b/panel-plugin/pulseaudio-menu.c
index e055f71..cd6b882 100644
--- a/panel-plugin/pulseaudio-menu.c
+++ b/panel-plugin/pulseaudio-menu.c
@@ -182,6 +182,7 @@ pulseaudio_menu_run_audio_mixer (PulseaudioMenu *menu,
static void
pulseaudio_menu_volume_changed (PulseaudioMenu *menu,
+ gboolean should_notify,
PulseaudioVolume *volume)
{
g_return_if_fail (IS_PULSEAUDIO_MENU (menu));
@@ -270,7 +271,7 @@ pulseaudio_menu_new (PulseaudioVolume *volume,
gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
g_signal_connect_swapped (G_OBJECT (mi), "activate", G_CALLBACK (pulseaudio_menu_run_audio_mixer), menu);
- pulseaudio_menu_volume_changed (menu, menu->volume);
+ pulseaudio_menu_volume_changed (menu, FALSE, menu->volume);
return GTK_WIDGET (menu);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list