Changeset 9875

Show
Ignore:
Timestamp:
07/02/08 12:57:31 (5 months ago)
Author:
asterix
Message:

fix traceback when unblocking a group. fixes #4074

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r9873 r9875  
    24762476                                else:   # accounts merged 
    24772477                                        show = helpers.get_global_show() 
    2478                                 if gajim.SHOW_LIST[show] == 'invisible': 
     2478                                if show == 'invisible': 
    24792479                                        # Don't send our presence if we're invisible 
    24802480                                        continue