| 957 if (!found_smileys) |
957 if (!found_smileys) |
| 958 return NULL; |
958 return NULL; |
| 959 |
959 |
| 960 for (it = found_smileys; it; it = g_list_next(it)) { |
960 for (it = found_smileys; it; it = g_list_next(it)) { |
| 961 PurpleSmiley *smiley = it->data; |
961 PurpleSmiley *smiley = it->data; |
| 962 PurpleImage *smiley_image; |
|
| 963 const gchar *shortcut = purple_smiley_get_shortcut(smiley); |
962 const gchar *shortcut = purple_smiley_get_shortcut(smiley); |
| 964 const gchar *mimetype; |
963 const gchar *mimetype; |
| 965 JabberData *jdata; |
964 JabberData *jdata; |
| 966 |
965 |
| 967 /* the object has been sent before */ |
966 /* the object has been sent before */ |