Changeset 9586

Show
Ignore:
Timestamp:
05/06/08 18:46:33 (7 months ago)
Author:
steve-e
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r9554 r9586  
    55085508                                contacts_transport = False 
    55095509 
    5510                 if not contacts_transport: 
     5510                if contacts_transport == False: 
    55115511                        # they are not all from the same transport 
    55125512                        invite_menuitem.set_sensitive(False)