diff pidgin/gtkft.c @ 30232:b680a9f2b641

Use PNG instead of JPEG for FT thumbnails which is supported on both MSN and XMPP. Maybe we should add a hint for the UI similar to buddy icons.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Feb 2010 05:35:20 +0000
parents d1d03fff1f62
children fd354d0bfbc0
line wrap: on
line diff
--- a/pidgin/gtkft.c	Sun Feb 28 04:38:11 2010 +0000
+++ b/pidgin/gtkft.c	Sun Feb 28 05:35:20 2010 +0000
@@ -1175,7 +1175,7 @@
 			gsize size;
 			char *option_keys[2] = {"quality", NULL};
 			char *option_values[2] = {"75", NULL};
-			gdk_pixbuf_save_to_bufferv(thumbnail, &buffer, &size, "jpeg", 
+			gdk_pixbuf_save_to_bufferv(thumbnail, &buffer, &size, "png", 
 				option_keys, option_values, NULL);
 
 			if (buffer) {