From 6338748568d1a37c423568e91e60eb838188a3c2 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Tue, 30 Jul 2013 13:52:30 +0100 Subject: tpaw-images: move the default avatar definition from Empathy to tp-aw https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- libempathy-gtk/empathy-theme-adium.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 721a0b4e5..5fd61d339 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -23,6 +23,7 @@ #include "empathy-theme-adium.h" #include +#include #include #include @@ -953,7 +954,7 @@ theme_adium_add_message (EmpathyThemeAdium *self, { if (!self->priv->data->default_avatar_filename) self->priv->data->default_avatar_filename = - empathy_filename_from_icon_name (EMPATHY_IMAGE_AVATAR_DEFAULT, + empathy_filename_from_icon_name (TPAW_IMAGE_AVATAR_DEFAULT, GTK_ICON_SIZE_DIALOG); avatar_filename = self->priv->data->default_avatar_filename; -- cgit v1.2.3