# HG changeset patch # User Daniel Atallah # Date 1185322827 0 # Node ID 41fc033b63af76553eb75f6dea76f0073f0a1368 # Parent 132be6c181dd88018e08ce1a93d94ae076222491# Parent e47ff6610fc73f457c3d742ed1eaa46aa7ce904f merge of '0a9f44c33377bf72e080a7d3727fe303ba7bc7c3' and '1b2e983babee57f8f469a8efe17f7c9112b80dc5' diff -r e47ff6610fc7 -r 41fc033b63af finch/gntblist.c --- a/finch/gntblist.c Tue Jul 24 22:21:55 2007 +0000 +++ b/finch/gntblist.c Wed Jul 25 00:20:27 2007 +0000 @@ -1325,8 +1325,10 @@ strip = purple_markup_strip_html(tmp); g_string_append(str, strip); - if (purple_presence_is_status_primitive_active(presence, PURPLE_STATUS_MOBILE)) + if (purple_presence_is_status_primitive_active(presence, PURPLE_STATUS_MOBILE)) { + g_string_append(str, "\n"); g_string_append(str, _("On Mobile")); + } g_free(strip); g_free(tmp);