| 941 |
941 |
| 942 if ((value = purple_pounce_action_get_attribute(cur_pounce, |
942 if ((value = purple_pounce_action_get_attribute(cur_pounce, |
| 943 "send-message", |
943 "send-message", |
| 944 "message")) != NULL) |
944 "message")) != NULL) |
| 945 { |
945 { |
| 946 char *tmp = g_markup_escape_text(value, -1); |
|
| 947 gtk_webview_append_html(GTK_WEBVIEW(dialog->send_msg_entry), value); |
946 gtk_webview_append_html(GTK_WEBVIEW(dialog->send_msg_entry), value); |
| 948 g_free(tmp); |
|
| 949 } |
947 } |
| 950 |
948 |
| 951 if ((value = purple_pounce_action_get_attribute(cur_pounce, |
949 if ((value = purple_pounce_action_get_attribute(cur_pounce, |
| 952 "popup-notify", |
950 "popup-notify", |
| 953 "reason")) != NULL) |
951 "reason")) != NULL) |