[empathy: 19/23] audio-src: only call operations_run when PA is ready
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 19/23] audio-src: only call operations_run when PA is ready
- Date: Mon, 1 Aug 2011 12:52:00 +0000 (UTC)
commit a19f10561bf7ad86ff9f688f78df6a9df7a13899
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Fri Jul 29 11:06:25 2011 +0100
audio-src: only call operations_run when PA is ready
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
src/empathy-audio-src.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-audio-src.c b/src/empathy-audio-src.c
index 3be96a9..5487fea 100644
--- a/src/empathy-audio-src.c
+++ b/src/empathy-audio-src.c
@@ -334,9 +334,9 @@ empathy_audio_src_pa_state_change_cb (pa_context *context,
pa_context_subscribe (priv->context,
PA_SUBSCRIPTION_MASK_SOURCE | PA_SUBSCRIPTION_MASK_SOURCE_OUTPUT,
empathy_audio_src_pa_subscribe_cb, NULL);
- }
- operations_run (self);
+ operations_run (self);
+ }
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]