| 38070:4663f9da17aa | 38277:061e91dd78d4 |
|---|---|
| 560 gtk_action_activate(priv->image); | 560 gtk_action_activate(priv->image); |
| 561 | 561 |
| 562 if (filename == NULL) | 562 if (filename == NULL) |
| 563 return; | 563 return; |
| 564 | 564 |
| 565 img = purple_image_new_from_file(filename, TRUE); | 565 img = purple_image_new_from_file(filename); |
| 566 | 566 |
| 567 if (!img) { | 567 if (!img) { |
| 568 gchar *buf = g_strdup_printf(_("Failed to store image: %s"), | 568 gchar *buf = g_strdup_printf(_("Failed to store image: %s"), |
| 569 filename); | 569 filename); |
| 570 | 570 |