diff --git a/src/roster_window.py b/src/roster_window.py index 14dccd87589d1a52b3ef0013d2b2909bccbbcd59..b7801021a9b7f3e052bb299f693c17092099c976 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -4827,7 +4827,7 @@ class RosterWindow: c_dest.jid) source_family = gajim.contacts.get_metacontacts_family( account_source, c_source.jid) - if dest_family == source_family: + if dest_family == source_family and dest_family: item = gtk.MenuItem(_('Make %s first contact') % ( c_source.get_shown_name())) else: