changeset 18639:41fc033b63af

merge of '0a9f44c33377bf72e080a7d3727fe303ba7bc7c3' and '1b2e983babee57f8f469a8efe17f7c9112b80dc5'
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 25 Jul 2007 00:20:27 +0000
parents 132be6c181dd (diff) e47ff6610fc7 (current diff)
children 047454095618
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);