diff -r 33446dac7ca0 -r b273d0db2bdd libpurple/protocols/jabber/buddy.c --- a/libpurple/protocols/jabber/buddy.c Tue Aug 28 07:09:48 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.c Tue Aug 28 19:03:07 2007 +0000 @@ -129,7 +129,7 @@ jbr->state = state; if(jbr->status) g_free(jbr->status); - if (status) + if (status) jbr->status = g_markup_escape_text(status, -1); else jbr->status = NULL; @@ -2279,10 +2279,10 @@ * in purple-i18n@lists.sourceforge.net (March 2006) */ static const char * jabber_user_dir_comments [] = { - /* current comment from Jabber User Directory users.jabber.org */ - N_("Find a contact by entering the search criteria in the given fields. " - "Note: Each field supports wild card searches (%)"), - NULL + /* current comment from Jabber User Directory users.jabber.org */ + N_("Find a contact by entering the search criteria in the given fields. " + "Note: Each field supports wild card searches (%)"), + NULL }; #endif