aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-individual-store-channel.c')
-rw-r--r--libempathy-gtk/empathy-individual-store-channel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-store-channel.c b/libempathy-gtk/empathy-individual-store-channel.c
index a1a1161f9..eb0f3f593 100644
--- a/libempathy-gtk/empathy-individual-store-channel.c
+++ b/libempathy-gtk/empathy-individual-store-channel.c
@@ -26,6 +26,8 @@
#include "config.h"
#include "empathy-individual-store-channel.h"
+#include <tp-account-widgets/tpaw-pixbuf-utils.h>
+
#include "empathy-utils.h"
#include "empathy-ui-utils.h"
#include "empathy-images.h"
@@ -159,7 +161,7 @@ individual_store_channel_contact_chat_state_changed (TpTextChannel *channel,
if (state == TP_CHANNEL_CHAT_STATE_COMPOSING)
{
gchar *icon_filename =
- empathy_filename_from_icon_name (EMPATHY_IMAGE_TYPING,
+ tpaw_filename_from_icon_name (EMPATHY_IMAGE_TYPING,
GTK_ICON_SIZE_MENU);
pixbuf = gdk_pixbuf_new_from_file (icon_filename, NULL);