diff --git a/src/tooltips.py b/src/tooltips.py
index 6f7a2d2451dc864fbee1cb7bdb7999f4ba671735..c363e20abda5a7705717656f39d66b8269cc2cc7 100644
--- a/src/tooltips.py
+++ b/src/tooltips.py
@@ -527,10 +527,7 @@ class RosterTooltip(NotificationAreaTooltip):
 				vcard_table.attach(label, 1, 2, vcard_current_row,
 					vcard_current_row + 1, gtk.FILL,  vertical_fill, 0, 0)
 				label = gtk.Label()
-				if num_resources > 1 and not properties:
-					label.set_alignment(0, 1)
-				else:
-					label.set_alignment(0, 0)
+				label.set_alignment(0, 0)
 				label.set_markup(property[1])
 				label.set_line_wrap(True)
 				vcard_table.attach(label, 2, 3, vcard_current_row,