Make "invite to" menuitem sensitive when possible. Regression introduced in r9524.

This commit is contained in:
Stephan Erb 2008-05-06 16:46:33 +00:00
parent 3193a8e8cf
commit b1a2951634
1 changed files with 1 additions and 1 deletions

View File

@ -5507,7 +5507,7 @@ class RosterWindow:
elif contacts_transport != transport:
contacts_transport = False
if not contacts_transport:
if contacts_transport == False:
# they are not all from the same transport
invite_menuitem.set_sensitive(False)
return