| 85 |
85 |
| 86 if(!PURPLE_IS_MESSAGE(message)) { |
86 if(!PURPLE_IS_MESSAGE(message)) { |
| 87 return NULL; |
87 return NULL; |
| 88 } |
88 } |
| 89 |
89 |
| 90 attrs = pango_attr_list_new(); |
90 attrs = pango_attr_list_copy(purple_message_get_attributes(message)); |
| 91 |
91 |
| 92 if(purple_message_get_action(message)) { |
92 if(purple_message_get_action(message)) { |
| 93 PangoAttribute *attr = NULL; |
93 PangoAttribute *attr = NULL; |
| 94 |
94 |
| 95 attr = pango_attr_style_new(PANGO_STYLE_ITALIC); |
95 attr = pango_attr_style_new(PANGO_STYLE_ITALIC); |