| 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 */ |