pidgin/pidginmessage.c

changeset 43210
ecd09bf0c746
parent 43197
5b7b4ef9b53f
child 43248
55ff17a82093
equal deleted inserted replaced
43209:9bdf60700384 43210:ecd09bf0c746
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);

mercurial