]> 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 bc3aa50cd77fcafe345af36b2eb9ab85a78d322c..fcca6621dad74d917eb61bdef0c02559775d4723 100644 (file)
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-audio-src.h"
 
+#include <tp-account-widgets/tpaw-utils.h>
+
 #ifdef HAVE_GST1
 #include <gst/audio/streamvolume.h>
 #else
@@ -623,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);
 }