| 19831:0853a065e5c3 | 19832:84b69b21672b |
|---|---|
| 448 | 448 |
| 449 if (pixbuf) { | 449 if (pixbuf) { |
| 450 hicon = pixbuf_to_hicon(pixbuf); | 450 hicon = pixbuf_to_hicon(pixbuf); |
| 451 g_object_unref(pixbuf); | 451 g_object_unref(pixbuf); |
| 452 } else | 452 } else |
| 453 purple_debug_error("Unable to load pixbuf for %s.\n", stock); | 453 purple_debug_error("docklet", "Unable to load pixbuf for %s.\n", stock); |
| 454 | 454 |
| 455 return hicon; | 455 return hicon; |
| 456 } | 456 } |
| 457 | 457 |
| 458 | 458 |