| 569 g_object_unref(G_OBJECT(smiley)); |
569 g_object_unref(G_OBJECT(smiley)); |
| 570 } else { |
570 } else { |
| 571 JabberMessageRemoteSmileyAddData *data = NULL; |
571 JabberMessageRemoteSmileyAddData *data = NULL; |
| 572 |
572 |
| 573 data = g_slice_new(JabberMessageRemoteSmileyAddData); |
573 data = g_slice_new(JabberMessageRemoteSmileyAddData); |
| 574 data->conv = g_object_ref(G_OBJECT(conv)); |
574 data->conv = g_object_ref(conv); |
| 575 data->shortcut = g_strdup(shortcut); |
575 data->shortcut = g_strdup(shortcut); |
| 576 |
576 |
| 577 purple_debug_info("jabber", "smiley data is unknown, " |
577 purple_debug_info("jabber", "smiley data is unknown, " |
| 578 "need to request it"); |
578 "need to request it"); |
| 579 |
579 |