# HG changeset patch # User Sadrul Habib Chowdhury # Date 1185313754 0 # Node ID 7a5bf42aa8d1a6b5d5200acbd06cdf4ab914b0ae # Parent ce3c8d30a200b198d60f2b2627fe3c31b849084d# Parent 5551e5ec1ce04e29ccf29e12f63686dbddb0529c merge of '59e56959de867035d1f66b2c04b5cdc539d18c59' and '99c63bdb0045fe571cc0f1fc5138b1c9c83dd43a' diff -r ce3c8d30a200 -r 7a5bf42aa8d1 finch/gntblist.c --- a/finch/gntblist.c Tue Jul 24 18:54:07 2007 +0000 +++ b/finch/gntblist.c Tue Jul 24 21:49:14 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);