pidgin/gtkutils.c

branch
release-2.x.y
changeset 42586
488055ab5531
parent 40914
3e498730f8ca
equal deleted inserted replaced
42411:a91c43b65d3e 42586:488055ab5531
2361 "conversion: %s\n", path, error->message); 2361 "conversion: %s\n", path, error->message);
2362 g_error_free(error); 2362 g_error_free(error);
2363 g_strfreev(prpl_formats); 2363 g_strfreev(prpl_formats);
2364 return NULL; 2364 return NULL;
2365 } 2365 }
2366 original = g_object_ref(G_OBJECT(pixbuf)); 2366 original = g_object_ref(pixbuf);
2367 2367
2368 new_width = orig_width; 2368 new_width = orig_width;
2369 new_height = orig_height; 2369 new_height = orig_height;
2370 2370
2371 /* Make sure the image is the correct dimensions */ 2371 /* Make sure the image is the correct dimensions */

mercurial