cpw.malu.ft_thumbnails: b439e619: The normal category for this file seems ...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Apr 25 17:50:47 EDT 2010
-----------------------------------------------------------------
Revision: b439e619df4a497e9807614d87f9fb47308d648b
Ancestor: 02d066801a36e42efbe6acb06132032446753f24
Author: qulogic at pidgin.im
Date: 2010-04-25T21:24:06
Branch: im.pidgin.cpw.malu.ft_thumbnails
URL: http://d.pidgin.im/viewmtn/revision/info/b439e619df4a497e9807614d87f9fb47308d648b
Modified files:
pidgin/gtkft.c
ChangeLog:
The normal category for this file seems to 'ft'.
-------------- next part --------------
============================================================
--- pidgin/gtkft.c e86f27accd091edf7152476a4fa5059ab8c9a900
+++ pidgin/gtkft.c 19b11b81480260ea38fe6fdbfc9dc211348d2bb5
@@ -1163,7 +1163,7 @@ pidgin_xfer_add_thumbnail(PurpleXfer *xf
static void
pidgin_xfer_add_thumbnail(PurpleXfer *xfer, const gchar *formats)
{
- purple_debug_info("pidgin", "creating thumbnail for transfer\n");
+ purple_debug_info("ft", "creating thumbnail for transfer\n");
if (purple_xfer_get_size(xfer) <= PIDGIN_XFER_MAX_SIZE_IMAGE_THUMBNAIL) {
GdkPixbuf *thumbnail =
@@ -1181,13 +1181,13 @@ pidgin_xfer_add_thumbnail(PurpleXfer *xf
for (i = 0; formats_split[i]; i++) {
if (purple_strequal(formats_split[i], "jpeg")) {
- purple_debug_info("pidgin", "creating JPEG thumbnail\n");
+ purple_debug_info("ft", "creating JPEG thumbnail\n");
option_keys[0] = "quality";
option_values[0] = "90";
format = "jpeg";
break;
} else if (purple_strequal(formats_split[i], "png")) {
- purple_debug_info("pidgin", "creating PNG thumbnail\n");
+ purple_debug_info("ft", "creating PNG thumbnail\n");
option_keys[0] = "compression";
option_values[0] = "9";
format = "png";
@@ -1197,7 +1197,7 @@ pidgin_xfer_add_thumbnail(PurpleXfer *xf
/* Try the first format given by the PRPL without options */
if (format == NULL) {
- purple_debug_info("pidgin",
+ purple_debug_info("ft",
"creating thumbnail of format %s as demanded by PRPL\n",
formats_split[0]);
format = formats_split[0];
@@ -1208,7 +1208,7 @@ pidgin_xfer_add_thumbnail(PurpleXfer *xf
if (buffer) {
gchar *mimetype = g_strdup_printf("image/%s", format);
- purple_debug_info("pidgin",
+ purple_debug_info("ft",
"created thumbnail of %" G_GSIZE_FORMAT " bytes\n",
size);
purple_xfer_set_thumbnail(xfer, buffer, size, mimetype);
More information about the Commits
mailing list