libpurple/protocols/jabber/message.c

changeset 38287
24f9c5a4baff
parent 38282
be08ec8b8628
child 38298
f0a8f63f9312
equal deleted inserted replaced
38286:b9048b6c357e 38287:24f9c5a4baff
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 */

mercurial