changeset 18638:132be6c181dd

merge of '5a360221f5a625ed3fc962bdb9f35aecb3d74443' and '876470a3420975c04dacbacb0c48e5cd62cccb4a'
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 24 Jul 2007 22:10:59 +0000
parents 7a5bf42aa8d1 (diff) 462737382c64 (current diff)
children 41fc033b63af
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntblist.c	Tue Jul 24 21:36:47 2007 +0000
+++ b/finch/gntblist.c	Tue Jul 24 22:10:59 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);