diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-20 23:10:20 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-20 23:10:20 +0800 |
commit | da99affb434f4bd1b61287ad812c3a5cfb297772 (patch) | |
tree | 14b3e17923ea5c6a972a7e905ec365c13b65e17b /libempathy-gtk/empathy-theme-adium.c | |
parent | bb43456be55d117ea23c65f3488c49a128dbcb62 (diff) | |
download | gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar.gz gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar.bz2 gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar.lz gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar.xz gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.tar.zst gsoc2013-empathy-da99affb434f4bd1b61287ad812c3a5cfb297772.zip |
use avatar-default instead of the deprecated stock_person icon
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 7736be270..ad174ce3b 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -41,6 +41,7 @@ #include "empathy-ui-utils.h" #include "empathy-plist.h" #include "empathy-string-parser.h" +#include "empathy-images.h" #define DEBUG_FLAG EMPATHY_DEBUG_CHAT #include <libempathy/empathy-debug.h> @@ -491,7 +492,7 @@ theme_adium_append_message (EmpathyChatView *view, if (!avatar_filename) { if (!priv->data->default_avatar_filename) { priv->data->default_avatar_filename = - empathy_filename_from_icon_name ("stock_person", + empathy_filename_from_icon_name (EMPATHY_IMAGE_AVATAR_DEFAULT, GTK_ICON_SIZE_DIALOG); } avatar_filename = priv->data->default_avatar_filename; |