/cpw/tomkiewicz/gg11: 79104f054970: Fix a crash when changing vo...
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Sat Feb 2 15:58:53 EST 2013
Changeset: 79104f0549709cf34717a8d21110ff99496706cd
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2013-02-02 21:58 +0100
Branch: default
URL: http://hg.pidgin.im/cpw/tomkiewicz/gg11/rev/79104f054970
Description:
Fix a crash when changing volume while testing audio
diffstat:
pidgin/gtkprefs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c
--- a/pidgin/gtkprefs.c
+++ b/pidgin/gtkprefs.c
@@ -3288,7 +3288,7 @@ create_voice_pipeline(void)
}
static void
-on_volume_change_cb(GtkWidget *w, GstBin *pipeline)
+on_volume_change_cb(GtkWidget *w, gdouble value, GstBin *pipeline)
{
GstElement *volume;
More information about the Commits
mailing list