]> git.0d.be Git - empathy.git/blobdiff - src/empathy-audio-src.c
Merge branch 'gnome-3-8'
[empathy.git] / src / empathy-audio-src.c
index bdb25f80c8ae459eafc39bef340590be7220937a..fcca6621dad74d917eb61bdef0c02559775d4723 100644 (file)
@@ -19,6 +19,9 @@
  */
 
 #include "config.h"
+#include "empathy-audio-src.h"
+
+#include <tp-account-widgets/tpaw-utils.h>
 
 #ifdef HAVE_GST1
 #include <gst/audio/streamvolume.h>
 #include <gst/interfaces/streamvolume.h>
 #endif
 
-#include "empathy-utils.h"
 #include "empathy-audio-utils.h"
-
-#include "empathy-audio-src.h"
 #include "empathy-mic-monitor.h"
+#include "empathy-utils.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_VOIP
 #include "empathy-debug.h"
@@ -624,7 +625,7 @@ empathy_audio_src_change_microphone_finish (EmpathyGstAudioSrc *src,
     GAsyncResult *result,
     GError **error)
 {
-  empathy_implement_finish_void (src,
+  tpaw_implement_finish_void (src,
       empathy_audio_src_change_microphone_async);
 }