diff --git a/src/vcard.py b/src/vcard.py
index 2281ab827b55755e8f1f4119acb664cbfd92843e..b20a7e7d71c46a894164c6f9f92cd7b17e3a5743 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -204,7 +204,7 @@ class VcardWindow:
 					stats += '\n' + _('since %s') % time.strftime('%c',
 						c.last_status_time).decode(locale.getpreferredencoding())
 				one = False
-		elif not self.vcard: # Maybe gc_vcard ?
+		else: # Maybe gc_vcard ?
 			stats = helpers.get_uf_show(self.contact.show)
 			if self.contact.status:
 				stats += ': ' + self.contact.status