aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-30 20:52:30 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:06 +0800
commit6338748568d1a37c423568e91e60eb838188a3c2 (patch)
tree595ab57251f486b7daedfe76d241e8cec567f3c9 /libempathy-gtk/empathy-theme-adium.c
parent6388cda27235b0bb0f19fbd94eef5ca138cf075b (diff)
downloadgsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar.gz
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar.bz2
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar.lz
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar.xz
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.tar.zst
gsoc2013-empathy-6338748568d1a37c423568e91e60eb838188a3c2.zip
tpaw-images: move the default avatar definition from Empathy to tp-aw
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r--libempathy-gtk/empathy-theme-adium.c3
1 files changed, 2 insertions, 1 deletions
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 <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-images.h>
#include <tp-account-widgets/tpaw-time.h>
#include <tp-account-widgets/tpaw-utils.h>
@@ -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;