diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-30 16:08:34 +0100 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 11:03:06 +0100 |
commit | a56fa2a95e93ad68ca08f336178b26baf3b3f29d (patch) | |
tree | 547ac5a682a4fc8c4f8281d1f1bb4e7a39ff8daa /libempathy-gtk/empathy-individual-store-channel.c | |
parent | 3abe4df5f32c37e968d0556c755b8387d9f1f771 (diff) |
pixbuf-utils: copy the generic pixbuf-related utily functions from Empathy
This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-individual-store-channel.c')
-rw-r--r-- | libempathy-gtk/empathy-individual-store-channel.c | 4 |
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 a1a1161f..eb0f3f59 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); |