finch/gntblist.c

changeset 18909
ebc3cc277277
parent 18852
cc1891434459
child 19316
5e6a4bb8df83
child 19425
07be487bc354
--- a/finch/gntblist.c	Mon Jul 23 20:56:46 2007 +0000
+++ b/finch/gntblist.c	Tue Jul 24 21:44:24 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);

mercurial