From a56fa2a95e93ad68ca08f336178b26baf3b3f29d Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Tue, 30 Jul 2013 16:08:34 +0100 Subject: 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 --- libempathy-gtk/empathy-notify-manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-notify-manager.c') diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index 033557e81..8ca97950e 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -21,6 +21,7 @@ #include "empathy-notify-manager.h" #include +#include #include "empathy-gsettings.h" #include "empathy-ui-utils.h" @@ -174,7 +175,7 @@ empathy_notify_manager_get_pixbuf_for_notification (EmpathyNotifyManager *self, pixbuf = empathy_pixbuf_avatar_from_contact_scaled (contact, 48, 48); if (pixbuf == NULL) - pixbuf = empathy_pixbuf_from_icon_name_sized (icon_name, 48); + pixbuf = tpaw_pixbuf_from_icon_name_sized (icon_name, 48); return pixbuf; } -- cgit v1.2.3