Mercurial > pidgin
changeset 20231:09b4d8c32e50
applied changes from a814e8b368b0f92e4f354ae7b74680a6fb56a6cb
through 31d62e1a78974a0239e86bfeb42b29ab75216114
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 28 Sep 2007 15:52:28 +0000 |
parents | 72d7a692b1ac |
children | b7c0c79585f9 |
files | pidgin/gtksavedstatuses.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtksavedstatuses.c Fri Sep 28 15:51:44 2007 +0000 +++ b/pidgin/gtksavedstatuses.c Fri Sep 28 15:52:28 2007 +0000 @@ -1410,7 +1410,7 @@ -1); type = purple_account_get_status_type(dialog->account, id); if (purple_status_type_get_attr(type, "message") != NULL) - message = gtk_imhtml_get_text(GTK_IMHTML(dialog->message), NULL, NULL); + message = gtk_imhtml_get_markup(GTK_IMHTML(dialog->message)); name = purple_status_type_get_name(type); status_editor = dialog->status_editor;