aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-observer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-observer.c')
-rw-r--r--src/empathy-call-observer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c
index 41e9bdfc1..733199cff 100644
--- a/src/empathy-call-observer.c
+++ b/src/empathy-call-observer.c
@@ -22,8 +22,8 @@
#include "empathy-call-observer.h"
#include <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-images.h>
-#include "empathy-images.h"
#include "empathy-notify-manager.h"
#define DEBUG_FLAG EMPATHY_DEBUG_VOIP
@@ -115,7 +115,7 @@ display_reject_notification (EmpathyCallObserver *self,
emp_contact = empathy_contact_dup_from_tp_contact (contact);
pixbuf = empathy_notify_manager_get_pixbuf_for_notification (
- self->priv->notify_mgr, emp_contact, EMPATHY_IMAGE_AVATAR_DEFAULT);
+ self->priv->notify_mgr, emp_contact, TPAW_IMAGE_AVATAR_DEFAULT);
if (pixbuf != NULL)
{